public static interface ImageGenerationDestinationConfig.Builder extends SdkPojo, CopyableBuilder<ImageGenerationDestinationConfig.Builder,ImageGenerationDestinationConfig>
| Modifier and Type | Method and Description |
|---|---|
ImageGenerationDestinationConfig.Builder |
destinationRegion(String destinationRegion)
The AWS Region of the S3 bucket where images will be delivered.
|
ImageGenerationDestinationConfig.Builder |
uri(String uri)
The Uniform Resource Idenifier (URI) that identifies where the images will be delivered.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageGenerationDestinationConfig.Builder uri(String uri)
The Uniform Resource Idenifier (URI) that identifies where the images will be delivered.
uri - The Uniform Resource Idenifier (URI) that identifies where the images will be delivered.ImageGenerationDestinationConfig.Builder destinationRegion(String destinationRegion)
The AWS Region of the S3 bucket where images will be delivered. This DestinationRegion must
match the Region where the stream is located.
destinationRegion - The AWS Region of the S3 bucket where images will be delivered. This DestinationRegion
must match the Region where the stream is located.Copyright © 2022. All rights reserved.