Interface DescribeSpaceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeSpaceResponse.Builder,
,DescribeSpaceResponse> SageMakerResponse.Builder
,SdkBuilder<DescribeSpaceResponse.Builder,
,DescribeSpaceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeSpaceResponse
public static interface DescribeSpaceResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeSpaceResponse.Builder,DescribeSpaceResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time.The ID of the associated Domain.failureReason
(String failureReason) The failure reason.homeEfsFileSystemUid
(String homeEfsFileSystemUid) The ID of the space's profile in the Amazon Elastic File System volume.lastModifiedTime
(Instant lastModifiedTime) The last modified time.The space's Amazon Resource Name (ARN).The name of the space.default DescribeSpaceResponse.Builder
spaceSettings
(Consumer<SpaceSettings.Builder> spaceSettings) A collection of space settings.spaceSettings
(SpaceSettings spaceSettings) A collection of space settings.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.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
spaceArn
The space's Amazon Resource Name (ARN).
- Parameters:
spaceArn
- The space's Amazon Resource Name (ARN).- 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.
-
homeEfsFileSystemUid
The ID of the space's profile in the Amazon Elastic File System volume.
- Parameters:
homeEfsFileSystemUid
- The ID of the space's profile in the Amazon Elastic File System volume.- 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:
-
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.
-
creationTime
The creation time.
- Parameters:
creationTime
- The creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
The failure reason.
- Parameters:
failureReason
- The failure reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceSettings
A collection of space settings.
- Parameters:
spaceSettings
- A collection of space settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceSettings
A collection of space settings.
This is a convenience method that creates an instance of theSpaceSettings.Builder
avoiding the need to create one manually viaSpaceSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tospaceSettings(SpaceSettings)
.- Parameters:
spaceSettings
- a consumer that will call methods onSpaceSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-