Interface ClusterNodeSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterNodeSummary.Builder,
,ClusterNodeSummary> SdkBuilder<ClusterNodeSummary.Builder,
,ClusterNodeSummary> SdkPojo
- Enclosing class:
ClusterNodeSummary
-
Method Summary
Modifier and TypeMethodDescriptioninstanceGroupName
(String instanceGroupName) The name of the instance group in which the instance is.instanceId
(String instanceId) The ID of the instance.default ClusterNodeSummary.Builder
instanceStatus
(Consumer<ClusterInstanceStatusDetails.Builder> instanceStatus) The status of the instance.instanceStatus
(ClusterInstanceStatusDetails instanceStatus) The status of the instance.instanceType
(String instanceType) The type of the instance.instanceType
(ClusterInstanceType instanceType) The type of the instance.lastSoftwareUpdateTime
(Instant lastSoftwareUpdateTime) The time when SageMaker last updated the software of the instances in the cluster.launchTime
(Instant launchTime) The time when the instance is launched.nodeLogicalId
(String nodeLogicalId) A unique identifier for the node that persists throughout its lifecycle, from provisioning request to termination.default ClusterNodeSummary.Builder
ultraServerInfo
(Consumer<UltraServerInfo.Builder> ultraServerInfo) Contains information about the UltraServer.ultraServerInfo
(UltraServerInfo ultraServerInfo) Contains information about the UltraServer.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
-
instanceGroupName
The name of the instance group in which the instance is.
- Parameters:
instanceGroupName
- The name of the instance group in which the instance is.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
The ID of the instance.
- Parameters:
instanceId
- The ID of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeLogicalId
A unique identifier for the node that persists throughout its lifecycle, from provisioning request to termination. This identifier can be used to track the node even before it has an assigned
InstanceId
. This field is only included whenIncludeNodeLogicalIds
is set toTrue
in theListClusterNodes
request.- Parameters:
nodeLogicalId
- A unique identifier for the node that persists throughout its lifecycle, from provisioning request to termination. This identifier can be used to track the node even before it has an assignedInstanceId
. This field is only included whenIncludeNodeLogicalIds
is set toTrue
in theListClusterNodes
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
The type of the instance.
- Parameters:
instanceType
- The type of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The type of the instance.
- Parameters:
instanceType
- The type of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
launchTime
The time when the instance is launched.
- Parameters:
launchTime
- The time when the instance is launched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSoftwareUpdateTime
The time when SageMaker last updated the software of the instances in the cluster.
- Parameters:
lastSoftwareUpdateTime
- The time when SageMaker last updated the software of the instances in the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceStatus
The status of the instance.
- Parameters:
instanceStatus
- The status of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceStatus
default ClusterNodeSummary.Builder instanceStatus(Consumer<ClusterInstanceStatusDetails.Builder> instanceStatus) The status of the instance.
This is a convenience method that creates an instance of theClusterInstanceStatusDetails.Builder
avoiding the need to create one manually viaClusterInstanceStatusDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinstanceStatus(ClusterInstanceStatusDetails)
.- Parameters:
instanceStatus
- a consumer that will call methods onClusterInstanceStatusDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ultraServerInfo
Contains information about the UltraServer.
- Parameters:
ultraServerInfo
- Contains information about the UltraServer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ultraServerInfo
default ClusterNodeSummary.Builder ultraServerInfo(Consumer<UltraServerInfo.Builder> ultraServerInfo) Contains information about the UltraServer.
This is a convenience method that creates an instance of theUltraServerInfo.Builder
avoiding the need to create one manually viaUltraServerInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toultraServerInfo(UltraServerInfo)
.- Parameters:
ultraServerInfo
- a consumer that will call methods onUltraServerInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-