Interface StartCompositionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartCompositionRequest.Builder,StartCompositionRequest>,IvsRealTimeRequest.Builder,SdkBuilder<StartCompositionRequest.Builder,StartCompositionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartCompositionRequest
public static interface StartCompositionRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<StartCompositionRequest.Builder,StartCompositionRequest>
-
-
Method Summary
-
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.ivsrealtime.model.IvsRealTimeRequest.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
-
destinations
StartCompositionRequest.Builder destinations(Collection<DestinationConfiguration> destinations)
Array of destination configuration.
- Parameters:
destinations- Array of destination configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
StartCompositionRequest.Builder destinations(DestinationConfiguration... destinations)
Array of destination configuration.
- Parameters:
destinations- Array of destination configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
StartCompositionRequest.Builder destinations(Consumer<DestinationConfiguration.Builder>... destinations)
Array of destination configuration.
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 to#destinations(List.) - Parameters:
destinations- 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:
#destinations(java.util.Collection)
-
idempotencyToken
StartCompositionRequest.Builder idempotencyToken(String idempotencyToken)
Idempotency token.
- Parameters:
idempotencyToken- Idempotency token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layout
StartCompositionRequest.Builder layout(LayoutConfiguration layout)
Layout object to configure composition parameters.
- Parameters:
layout- Layout object to configure composition parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layout
default StartCompositionRequest.Builder layout(Consumer<LayoutConfiguration.Builder> layout)
Layout object to configure composition parameters.
This is a convenience method that creates an instance of theLayoutConfiguration.Builderavoiding the need to create one manually viaLayoutConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolayout(LayoutConfiguration).- Parameters:
layout- a consumer that will call methods onLayoutConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
layout(LayoutConfiguration)
-
stageArn
StartCompositionRequest.Builder stageArn(String stageArn)
ARN of the stage to be used for compositing.
- Parameters:
stageArn- ARN of the stage to be used for compositing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StartCompositionRequest.Builder tags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.- Parameters:
tags- Tags attached to the resource. Array of maps, each of the formstring:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartCompositionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartCompositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-