Interface CreateRecordingConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateRecordingConfigurationRequest.Builder,CreateRecordingConfigurationRequest>,IvsRequest.Builder,SdkBuilder<CreateRecordingConfigurationRequest.Builder,CreateRecordingConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateRecordingConfigurationRequest
public static interface CreateRecordingConfigurationRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<CreateRecordingConfigurationRequest.Builder,CreateRecordingConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateRecordingConfigurationRequest.BuilderdestinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)A complex type that contains a destination configuration for where recorded video will be stored.CreateRecordingConfigurationRequest.BuilderdestinationConfiguration(DestinationConfiguration destinationConfiguration)A complex type that contains a destination configuration for where recorded video will be stored.CreateRecordingConfigurationRequest.Buildername(String name)Recording-configuration name.CreateRecordingConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRecordingConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRecordingConfigurationRequest.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 CreateRecordingConfigurationRequest.BuilderrenditionConfiguration(Consumer<RenditionConfiguration.Builder> renditionConfiguration)Object that describes which renditions should be recorded for a stream.CreateRecordingConfigurationRequest.BuilderrenditionConfiguration(RenditionConfiguration renditionConfiguration)Object that describes which renditions should be recorded for a stream.CreateRecordingConfigurationRequest.Buildertags(Map<String,String> tags)Array of 1-50 maps, each of the formstring:string (key:value).default CreateRecordingConfigurationRequest.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.CreateRecordingConfigurationRequest.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.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, sdkFields
-
-
-
-
Method Detail
-
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.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
CreateRecordingConfigurationRequest.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
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.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)
-
tags
CreateRecordingConfigurationRequest.Builder tags(Map<String,String> tags)
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- 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
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.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)
-
overrideConfiguration
CreateRecordingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRecordingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-