public static interface ImageGenerationDestinationConfig.Builder extends SdkPojo, CopyableBuilder<ImageGenerationDestinationConfig.Builder,ImageGenerationDestinationConfig>
| Modifier and Type | Method and Description |
|---|---|
ImageGenerationDestinationConfig.Builder |
destinationRegion(String destinationRegion)
The Amazon Web Services Region of the S3 bucket where images will be delivered.
|
ImageGenerationDestinationConfig.Builder |
uri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageGenerationDestinationConfig.Builder uri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
uri - The Uniform Resource Identifier (URI) that identifies where the images will be delivered.ImageGenerationDestinationConfig.Builder destinationRegion(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 - 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.Copyright © 2023. All rights reserved.