@Generated(value="software.amazon.awssdk:codegen") public final class ImageGenerationDestinationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageGenerationDestinationConfig.Builder,ImageGenerationDestinationConfig>
The structure that contains the information required to deliver images to a customer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageGenerationDestinationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImageGenerationDestinationConfig.Builder |
builder() |
String |
destinationRegion()
The Amazon Web Services Region of the S3 bucket where images will be delivered.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImageGenerationDestinationConfig.Builder> |
serializableBuilderClass() |
ImageGenerationDestinationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
uri()
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String uri()
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
public final String destinationRegion()
The Amazon Web Services Region of the S3 bucket where images will be delivered. This
DestinationRegion must match the Region where the stream is located.
DestinationRegion must match the Region where the stream is located.public ImageGenerationDestinationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImageGenerationDestinationConfig.Builder,ImageGenerationDestinationConfig>public static ImageGenerationDestinationConfig.Builder builder()
public static Class<? extends ImageGenerationDestinationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.