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