Interface HyperPodPropertiesOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HyperPodPropertiesOutput.Builder,HyperPodPropertiesOutput>,SdkBuilder<HyperPodPropertiesOutput.Builder,HyperPodPropertiesOutput>,SdkPojo
- Enclosing class:
- HyperPodPropertiesOutput
public static interface HyperPodPropertiesOutput.Builder extends SdkPojo, CopyableBuilder<HyperPodPropertiesOutput.Builder,HyperPodPropertiesOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HyperPodPropertiesOutput.BuilderclusterArn(String clusterArn)The cluster ARN of the hyper pod properties.HyperPodPropertiesOutput.BuilderclusterName(String clusterName)The cluster name the hyper pod properties.HyperPodPropertiesOutput.Builderorchestrator(String orchestrator)The orchestrator of the hyper pod properties.HyperPodPropertiesOutput.Builderorchestrator(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 Detail
-
clusterArn
HyperPodPropertiesOutput.Builder clusterArn(String 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
HyperPodPropertiesOutput.Builder clusterName(String 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
HyperPodPropertiesOutput.Builder orchestrator(String 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:
HyperPodOrchestrator,HyperPodOrchestrator
-
orchestrator
HyperPodPropertiesOutput.Builder orchestrator(HyperPodOrchestrator 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:
HyperPodOrchestrator,HyperPodOrchestrator
-
-