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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.Builderavoiding the need to create one manually viaRecordingConfiguration.builder().When the
Consumercompletes,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:
-