Interface S3DestinationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3DestinationConfiguration.Builder,
,S3DestinationConfiguration> SdkBuilder<S3DestinationConfiguration.Builder,
,S3DestinationConfiguration> SdkPojo
- Enclosing class:
S3DestinationConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionencoderConfigurationArns
(String... encoderConfigurationArns) ARNs of the EncoderConfiguration resource.encoderConfigurationArns
(Collection<String> encoderConfigurationArns) ARNs of the EncoderConfiguration resource.recordingConfiguration
(Consumer<RecordingConfiguration.Builder> recordingConfiguration) Array of maps, each of the formstring:string (key:value)
.recordingConfiguration
(RecordingConfiguration recordingConfiguration) Array of maps, each of the formstring:string (key:value)
.storageConfigurationArn
(String storageConfigurationArn) ARN of the StorageConfiguration where recorded videos will be stored.thumbnailConfigurations
(Collection<CompositionThumbnailConfiguration> thumbnailConfigurations) A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.thumbnailConfigurations
(Consumer<CompositionThumbnailConfiguration.Builder>... thumbnailConfigurations) A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.thumbnailConfigurations
(CompositionThumbnailConfiguration... thumbnailConfigurations) A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.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, sdkFieldNameToField, sdkFields
-
Method Details
-
storageConfigurationArn
ARN of the StorageConfiguration where recorded videos will be stored.
- Parameters:
storageConfigurationArn
- ARN of the StorageConfiguration where recorded videos will be stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encoderConfigurationArns
S3DestinationConfiguration.Builder encoderConfigurationArns(Collection<String> encoderConfigurationArns) ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
- Parameters:
encoderConfigurationArns
- ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encoderConfigurationArns
ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
- Parameters:
encoderConfigurationArns
- ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordingConfiguration
S3DestinationConfiguration.Builder recordingConfiguration(RecordingConfiguration recordingConfiguration) Array of maps, each of the form
string:string (key:value)
. This is an optional customer specification, currently used only to specify the recording format for storing a recording in Amazon S3.- Parameters:
recordingConfiguration
- Array of maps, each of the formstring:string (key:value)
. This is an optional customer specification, currently used only to specify the recording format for storing a recording in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordingConfiguration
default S3DestinationConfiguration.Builder recordingConfiguration(Consumer<RecordingConfiguration.Builder> recordingConfiguration) Array of maps, each of the form
This is a convenience method that creates an instance of thestring:string (key:value)
. This is an optional customer specification, currently used only to specify the recording format for storing a recording in Amazon S3.RecordingConfiguration.Builder
avoiding the need to create one manually viaRecordingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torecordingConfiguration(RecordingConfiguration)
.- Parameters:
recordingConfiguration
- a consumer that will call methods onRecordingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
thumbnailConfigurations
S3DestinationConfiguration.Builder thumbnailConfigurations(Collection<CompositionThumbnailConfiguration> thumbnailConfigurations) A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.
- Parameters:
thumbnailConfigurations
- A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailConfigurations
S3DestinationConfiguration.Builder thumbnailConfigurations(CompositionThumbnailConfiguration... thumbnailConfigurations) A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.
- Parameters:
thumbnailConfigurations
- A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailConfigurations
S3DestinationConfiguration.Builder thumbnailConfigurations(Consumer<CompositionThumbnailConfiguration.Builder>... thumbnailConfigurations) A complex type that allows you to enable/disable the recording of thumbnails for a Composition and modify the interval at which thumbnails are generated for the live session.
This is a convenience method that creates an instance of theCompositionThumbnailConfiguration.Builder
avoiding the need to create one manually viaCompositionThumbnailConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothumbnailConfigurations(List<CompositionThumbnailConfiguration>)
.- Parameters:
thumbnailConfigurations
- a consumer that will call methods onCompositionThumbnailConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-