Interface SpaceDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SpaceDetails.Builder,
,SpaceDetails> SdkBuilder<SpaceDetails.Builder,
,SpaceDetails> SdkPojo
- Enclosing class:
SpaceDetails
public static interface SpaceDetails.Builder
extends SdkPojo, CopyableBuilder<SpaceDetails.Builder,SpaceDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time.The ID of the associated Domain.lastModifiedTime
(Instant lastModifiedTime) The last modified time.The name of the space.The status.status
(SpaceStatus status) The status.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 Details
-
domainId
The ID of the associated Domain.
- Parameters:
domainId
- The ID of the associated Domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceName
The name of the space.
- Parameters:
spaceName
- The name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The creation time.
- Parameters:
creationTime
- The creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The last modified time.
- Parameters:
lastModifiedTime
- The last modified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-