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 Details

    • 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 DestinationRegion must match the Region where the stream is located.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.