Interface StageSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StageSummary.Builder,StageSummary>,SdkBuilder<StageSummary.Builder,StageSummary>,SdkPojo
- Enclosing class:
- StageSummary
public static interface StageSummary.Builder extends SdkPojo, CopyableBuilder<StageSummary.Builder,StageSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StageSummary.BuilderactiveSessionId(String activeSessionId)ID of the active session within the stage.StageSummary.Builderarn(String arn)Stage ARN.StageSummary.Buildername(String name)Stage name.StageSummary.Buildertags(Map<String,String> tags)Tags attached to the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
activeSessionId
StageSummary.Builder activeSessionId(String activeSessionId)
ID of the active session within the stage.
- Parameters:
activeSessionId- ID of the active session within the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
StageSummary.Builder arn(String arn)
Stage ARN.
- Parameters:
arn- Stage ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
StageSummary.Builder name(String name)
Stage name.
- Parameters:
name- Stage name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.- 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.
-
-