Interface RelatedWorkspaceProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RelatedWorkspaceProperties.Builder,RelatedWorkspaceProperties>,SdkBuilder<RelatedWorkspaceProperties.Builder,RelatedWorkspaceProperties>,SdkPojo
- Enclosing class:
- RelatedWorkspaceProperties
public static interface RelatedWorkspaceProperties.Builder extends SdkPojo, CopyableBuilder<RelatedWorkspaceProperties.Builder,RelatedWorkspaceProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedWorkspaceProperties.Builderregion(String region)The Region of the related WorkSpace.RelatedWorkspaceProperties.Builderstate(String state)Indicates the state of the WorkSpace.RelatedWorkspaceProperties.Builderstate(WorkspaceState state)Indicates the state of the WorkSpace.RelatedWorkspaceProperties.Buildertype(String type)Indicates the type of WorkSpace.RelatedWorkspaceProperties.Buildertype(StandbyWorkspaceRelationshipType type)Indicates the type of WorkSpace.RelatedWorkspaceProperties.BuilderworkspaceId(String workspaceId)The identifier of the related WorkSpace.-
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
-
workspaceId
RelatedWorkspaceProperties.Builder workspaceId(String workspaceId)
The identifier of the related WorkSpace.
- Parameters:
workspaceId- The identifier of the related WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
RelatedWorkspaceProperties.Builder region(String region)
The Region of the related WorkSpace.
- Parameters:
region- The Region of the related WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
RelatedWorkspaceProperties.Builder state(String state)
Indicates the state of the WorkSpace.
- Parameters:
state- Indicates the state of the WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkspaceState,WorkspaceState
-
state
RelatedWorkspaceProperties.Builder state(WorkspaceState state)
Indicates the state of the WorkSpace.
- Parameters:
state- Indicates the state of the WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkspaceState,WorkspaceState
-
type
RelatedWorkspaceProperties.Builder type(String type)
Indicates the type of WorkSpace.
- Parameters:
type- Indicates the type of WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StandbyWorkspaceRelationshipType,StandbyWorkspaceRelationshipType
-
type
RelatedWorkspaceProperties.Builder type(StandbyWorkspaceRelationshipType type)
Indicates the type of WorkSpace.
- Parameters:
type- Indicates the type of WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StandbyWorkspaceRelationshipType,StandbyWorkspaceRelationshipType
-
-