Interface CreateStageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateStageRequest.Builder,CreateStageRequest>,IvsRealTimeRequest.Builder,SdkBuilder<CreateStageRequest.Builder,CreateStageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateStageRequest
public static interface CreateStageRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<CreateStageRequest.Builder,CreateStageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateStageRequest.BuilderautoParticipantRecordingConfiguration(Consumer<AutoParticipantRecordingConfiguration.Builder> autoParticipantRecordingConfiguration)Configuration object for individual participant recording, to attach to the new stage.CreateStageRequest.BuilderautoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)Configuration object for individual participant recording, to attach to the new stage.CreateStageRequest.Buildername(String name)Optional name that can be specified for the stage being created.CreateStageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateStageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateStageRequest.BuilderparticipantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)Array of participant token configuration objects to attach to the new stage.CreateStageRequest.BuilderparticipantTokenConfigurations(Consumer<ParticipantTokenConfiguration.Builder>... participantTokenConfigurations)Array of participant token configuration objects to attach to the new stage.CreateStageRequest.BuilderparticipantTokenConfigurations(ParticipantTokenConfiguration... participantTokenConfigurations)Array of participant token configuration objects to attach to the new stage.CreateStageRequest.Buildertags(Map<String,String> tags)Tags attached to the resource.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreateStageRequest.Builder name(String name)
Optional name that can be specified for the stage being created.
- Parameters:
name- Optional name that can be specified for the stage being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantTokenConfigurations
CreateStageRequest.Builder participantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
- Parameters:
participantTokenConfigurations- Array of participant token configuration objects to attach to the new stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantTokenConfigurations
CreateStageRequest.Builder participantTokenConfigurations(ParticipantTokenConfiguration... participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
- Parameters:
participantTokenConfigurations- Array of participant token configuration objects to attach to the new stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantTokenConfigurations
CreateStageRequest.Builder participantTokenConfigurations(Consumer<ParticipantTokenConfiguration.Builder>... participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
This is a convenience method that creates an instance of theParticipantTokenConfiguration.Builderavoiding the need to create one manually viaParticipantTokenConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#participantTokenConfigurations(List.) - Parameters:
participantTokenConfigurations- a consumer that will call methods onParticipantTokenConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#participantTokenConfigurations(java.util.Collection)
-
tags
CreateStageRequest.Builder tags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor 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 Best practices and strategies in Tagging AWS Resources and Tag Editor 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.
-
autoParticipantRecordingConfiguration
CreateStageRequest.Builder autoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the new stage.
- Parameters:
autoParticipantRecordingConfiguration- Configuration object for individual participant recording, to attach to the new stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoParticipantRecordingConfiguration
default CreateStageRequest.Builder autoParticipantRecordingConfiguration(Consumer<AutoParticipantRecordingConfiguration.Builder> autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the new stage.
This is a convenience method that creates an instance of theAutoParticipantRecordingConfiguration.Builderavoiding the need to create one manually viaAutoParticipantRecordingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration).- Parameters:
autoParticipantRecordingConfiguration- a consumer that will call methods onAutoParticipantRecordingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
autoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration)
-
overrideConfiguration
CreateStageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateStageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-