Class Warning
- java.lang.Object
-
- software.amazon.awssdk.services.elastictranscoder.model.Warning
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Warning.Builder,Warning>
@Generated("software.amazon.awssdk:codegen") public final class Warning extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Warning.Builder,Warning>
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWarning.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Warning.Builderbuilder()Stringcode()The code of the cross-regional warning.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()The message explaining what resources are in a different region from the pipeline.List<SdkField<?>>sdkFields()static Class<? extends Warning.Builder>serializableBuilderClass()Warning.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
code
public final String code()
The code of the cross-regional warning.
- Returns:
- The code of the cross-regional warning.
-
message
public final String message()
The message explaining what resources are in a different region from the pipeline.
AWS KMS keys must be in the same region as the pipeline.
- Returns:
- The message explaining what resources are in a different region from the pipeline.
AWS KMS keys must be in the same region as the pipeline.
-
toBuilder
public Warning.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Warning.Builder,Warning>
-
builder
public static Warning.Builder builder()
-
serializableBuilderClass
public static Class<? extends Warning.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-