Interface ImageGenerationDestinationConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImageGenerationDestinationConfig.Builder,ImageGenerationDestinationConfig>,SdkBuilder<ImageGenerationDestinationConfig.Builder,ImageGenerationDestinationConfig>,SdkPojo
- Enclosing class:
- ImageGenerationDestinationConfig
public static interface ImageGenerationDestinationConfig.Builder extends SdkPojo, CopyableBuilder<ImageGenerationDestinationConfig.Builder,ImageGenerationDestinationConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageGenerationDestinationConfig.BuilderdestinationRegion(String destinationRegion)The Amazon Web Services Region of the S3 bucket where images will be delivered.ImageGenerationDestinationConfig.Builderuri(String uri)The Uniform Resource Identifier (URI) that identifies where the images will be delivered.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
uri
ImageGenerationDestinationConfig.Builder uri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
- Parameters:
uri- The Uniform Resource Identifier (URI) that identifies where the images will be delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationRegion
ImageGenerationDestinationConfig.Builder destinationRegion(String destinationRegion)
The Amazon Web Services Region of the S3 bucket where images will be delivered. This
DestinationRegionmust match the Region where the stream is located.- Parameters:
destinationRegion- The Amazon Web Services Region of the S3 bucket where images will be delivered. ThisDestinationRegionmust match the Region where the stream is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-