Interface SpaceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SpaceSummary.Builder,
,SpaceSummary> SdkBuilder<SpaceSummary.Builder,
,SpaceSummary> SdkPojo
- Enclosing class:
SpaceSummary
@Mutable
@NotThreadSafe
public static interface SpaceSummary.Builder
extends SdkPojo, CopyableBuilder<SpaceSummary.Builder,SpaceSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the space.displayName
(String displayName) The friendly name of the space displayed to users.The name of the space.regionName
(String regionName) The Amazon Web Services Region where the space exists.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the space.
- Parameters:
name
- The name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionName
The Amazon Web Services Region where the space exists.
- Parameters:
regionName
- The Amazon Web Services Region where the space exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The friendly name of the space displayed to users.
- Parameters:
displayName
- The friendly name of the space displayed to users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the space.
- Parameters:
description
- The description of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-