public static interface CreateStageRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<CreateStageRequest.Builder,CreateStageRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStageRequest.Builder name(String name)
Optional name that can be specified for the stage being created.
name - Optional name that can be specified for the stage being created.CreateStageRequest.Builder participantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
participantTokenConfigurations - Array of participant token configuration objects to attach to the new stage.CreateStageRequest.Builder participantTokenConfigurations(ParticipantTokenConfiguration... participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
participantTokenConfigurations - Array of participant token configuration objects to attach to the new stage.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.Builder avoiding the
need to create one manually via
ParticipantTokenConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #participantTokenConfigurations(List.
participantTokenConfigurations - a consumer that will call methods on
ParticipantTokenConfiguration.Builder#participantTokenConfigurations(java.util.Collection) CreateStageRequest.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.
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.CreateStageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.