@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Warning.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Warning.Builder |
builder() |
String |
code()
The code of the cross-regional warning.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The message explaining what resources are in a different region from the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Warning.Builder> |
serializableBuilderClass() |
Warning.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String code()
The code of the cross-regional warning.
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.
AWS KMS keys must be in the same region as the pipeline.
public Warning.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Warning.Builder,Warning>public static Warning.Builder builder()
public static Class<? extends Warning.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.