public static interface Stage.Builder extends SdkPojo, CopyableBuilder<Stage.Builder,Stage>
| Modifier and Type | Method and Description |
|---|---|
Stage.Builder |
activeSessionId(String activeSessionId)
ID of the active session within the stage.
|
Stage.Builder |
arn(String arn)
Stage ARN.
|
Stage.Builder |
name(String name)
Stage name.
|
Stage.Builder |
tags(Map<String,String> tags)
Tags attached to the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStage.Builder activeSessionId(String activeSessionId)
ID of the active session within the stage.
activeSessionId - ID of the active session within the stage.Stage.Builder arn(String arn)
Stage ARN.
arn - Stage ARN.Stage.Builder name(String name)
Stage name.
name - Stage name.Stage.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.Copyright © 2023. All rights reserved.