Interface CreateRecordingConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateRecordingConfigurationRequest.Builder,
,CreateRecordingConfigurationRequest> IvsRequest.Builder
,SdkBuilder<CreateRecordingConfigurationRequest.Builder,
,CreateRecordingConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateRecordingConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptiondestinationConfiguration
(Consumer<DestinationConfiguration.Builder> destinationConfiguration) A complex type that contains a destination configuration for where recorded video will be stored.destinationConfiguration
(DestinationConfiguration destinationConfiguration) A complex type that contains a destination configuration for where recorded video will be stored.Recording-configuration name.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recordingReconnectWindowSeconds
(Integer recordingReconnectWindowSeconds) If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together.renditionConfiguration
(Consumer<RenditionConfiguration.Builder> renditionConfiguration) Object that describes which renditions should be recorded for a stream.renditionConfiguration
(RenditionConfiguration renditionConfiguration) Object that describes which renditions should be recorded for a stream.Array of 1-50 maps, each of the formstring:string (key:value)
.thumbnailConfiguration
(Consumer<ThumbnailConfiguration.Builder> thumbnailConfiguration) A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.thumbnailConfiguration
(ThumbnailConfiguration thumbnailConfiguration) A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ivs.model.IvsRequest.Builder
build
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
-
destinationConfiguration
CreateRecordingConfigurationRequest.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration) A complex type that contains a destination configuration for where recorded video will be stored.
- Parameters:
destinationConfiguration
- A complex type that contains a destination configuration for where recorded video will be stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfiguration
default CreateRecordingConfigurationRequest.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration) A complex type that contains a destination configuration for where recorded video will be stored.
This is a convenience method that creates an instance of theDestinationConfiguration.Builder
avoiding the need to create one manually viaDestinationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todestinationConfiguration(DestinationConfiguration)
.- Parameters:
destinationConfiguration
- a consumer that will call methods onDestinationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Recording-configuration name. The value does not need to be unique.
- Parameters:
name
- Recording-configuration name. The value does not need to be unique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordingReconnectWindowSeconds
CreateRecordingConfigurationRequest.Builder recordingReconnectWindowSeconds(Integer recordingReconnectWindowSeconds) If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. Default: 0.
- Parameters:
recordingReconnectWindowSeconds
- If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. Default: 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
renditionConfiguration
CreateRecordingConfigurationRequest.Builder renditionConfiguration(RenditionConfiguration renditionConfiguration) Object that describes which renditions should be recorded for a stream.
- Parameters:
renditionConfiguration
- Object that describes which renditions should be recorded for a stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
renditionConfiguration
default CreateRecordingConfigurationRequest.Builder renditionConfiguration(Consumer<RenditionConfiguration.Builder> renditionConfiguration) Object that describes which renditions should be recorded for a stream.
This is a convenience method that creates an instance of theRenditionConfiguration.Builder
avoiding the need to create one manually viaRenditionConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torenditionConfiguration(RenditionConfiguration)
.- Parameters:
renditionConfiguration
- a consumer that will call methods onRenditionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Array of 1-50 maps, each of the form
string:string (key:value)
. See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.- Parameters:
tags
- Array of 1-50 maps, each of the formstring:string (key:value)
. See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailConfiguration
CreateRecordingConfigurationRequest.Builder thumbnailConfiguration(ThumbnailConfiguration thumbnailConfiguration) A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.
- Parameters:
thumbnailConfiguration
- A complex type that allows you to enable/disable the recording of thumbnails for a live session 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.
-
thumbnailConfiguration
default CreateRecordingConfigurationRequest.Builder thumbnailConfiguration(Consumer<ThumbnailConfiguration.Builder> thumbnailConfiguration) A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.
This is a convenience method that creates an instance of theThumbnailConfiguration.Builder
avoiding the need to create one manually viaThumbnailConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothumbnailConfiguration(ThumbnailConfiguration)
.- Parameters:
thumbnailConfiguration
- a consumer that will call methods onThumbnailConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateRecordingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRecordingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-