Interface RecordingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecordingConfiguration.Builder,RecordingConfiguration>,SdkBuilder<RecordingConfiguration.Builder,RecordingConfiguration>,SdkPojo
- Enclosing class:
- RecordingConfiguration
public static interface RecordingConfiguration.Builder extends SdkPojo, CopyableBuilder<RecordingConfiguration.Builder,RecordingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RecordingConfiguration.Builderarn(String arn)Recording-configuration ARN.default RecordingConfiguration.BuilderdestinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)A complex type that contains information about where recorded video will be stored.RecordingConfiguration.BuilderdestinationConfiguration(DestinationConfiguration destinationConfiguration)A complex type that contains information about where recorded video will be stored.RecordingConfiguration.Buildername(String name)Recording-configuration name.RecordingConfiguration.BuilderrecordingReconnectWindowSeconds(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 RecordingConfiguration.BuilderrenditionConfiguration(Consumer<RenditionConfiguration.Builder> renditionConfiguration)Object that describes which renditions should be recorded for a stream.RecordingConfiguration.BuilderrenditionConfiguration(RenditionConfiguration renditionConfiguration)Object that describes which renditions should be recorded for a stream.RecordingConfiguration.Builderstate(String state)Indicates the current state of the recording configuration.RecordingConfiguration.Builderstate(RecordingConfigurationState state)Indicates the current state of the recording configuration.RecordingConfiguration.Buildertags(Map<String,String> tags)Tags attached to the resource.default RecordingConfiguration.BuilderthumbnailConfiguration(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.RecordingConfiguration.BuilderthumbnailConfiguration(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.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
-
arn
RecordingConfiguration.Builder arn(String arn)
Recording-configuration ARN.
- Parameters:
arn- Recording-configuration ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfiguration
RecordingConfiguration.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
- Parameters:
destinationConfiguration- A complex type that contains information about where recorded video will be stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfiguration
default RecordingConfiguration.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
This is a convenience method that creates an instance of theDestinationConfiguration.Builderavoiding the need to create one manually viaDestinationConfiguration.builder().When the
Consumercompletes,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:
destinationConfiguration(DestinationConfiguration)
-
name
RecordingConfiguration.Builder name(String 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
RecordingConfiguration.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
RecordingConfiguration.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 RecordingConfiguration.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.Builderavoiding the need to create one manually viaRenditionConfiguration.builder().When the
Consumercompletes,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:
renditionConfiguration(RenditionConfiguration)
-
state
RecordingConfiguration.Builder state(String state)
Indicates the current state of the recording configuration. When the state is
ACTIVE, the configuration is ready for recording a channel stream.- Parameters:
state- Indicates the current state of the recording configuration. When the state isACTIVE, the configuration is ready for recording a channel stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecordingConfigurationState,RecordingConfigurationState
-
state
RecordingConfiguration.Builder state(RecordingConfigurationState state)
Indicates the current state of the recording configuration. When the state is
ACTIVE, the configuration is ready for recording a channel stream.- Parameters:
state- Indicates the current state of the recording configuration. When the state isACTIVE, the configuration is ready for recording a channel stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecordingConfigurationState,RecordingConfigurationState
-
tags
RecordingConfiguration.Builder tags(Map<String,String> tags)
Tags attached to the resource. Array of 1-50 maps, each of the form
string:string (key:value). See Tagging Amazon Web Services Resources for more information, 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- Tags attached to the resource. Array of 1-50 maps, each of the formstring:string (key:value). See Tagging Amazon Web Services Resources for more information, 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
RecordingConfiguration.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 RecordingConfiguration.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.Builderavoiding the need to create one manually viaThumbnailConfiguration.builder().When the
Consumercompletes,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:
thumbnailConfiguration(ThumbnailConfiguration)
-
-