Interface HyperPodPropertiesOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HyperPodPropertiesOutput.Builder,
,HyperPodPropertiesOutput> SdkBuilder<HyperPodPropertiesOutput.Builder,
,HyperPodPropertiesOutput> SdkPojo
- Enclosing class:
HyperPodPropertiesOutput
@Mutable
@NotThreadSafe
public static interface HyperPodPropertiesOutput.Builder
extends SdkPojo, CopyableBuilder<HyperPodPropertiesOutput.Builder,HyperPodPropertiesOutput>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The cluster ARN of the hyper pod properties.clusterName
(String clusterName) The cluster name the hyper pod properties.orchestrator
(String orchestrator) The orchestrator of the hyper pod properties.orchestrator
(HyperPodOrchestrator orchestrator) The orchestrator of the hyper pod properties.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
-
clusterArn
The cluster ARN of the hyper pod properties.
- Parameters:
clusterArn
- The cluster ARN of the hyper pod properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterName
The cluster name the hyper pod properties.
- Parameters:
clusterName
- The cluster name the hyper pod properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orchestrator
The orchestrator of the hyper pod properties.
- Parameters:
orchestrator
- The orchestrator of the hyper pod properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
orchestrator
The orchestrator of the hyper pod properties.
- Parameters:
orchestrator
- The orchestrator of the hyper pod properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-