Uses of Interface
software.amazon.awssdk.services.datazone.model.HyperPodPropertiesOutput.Builder
-
Packages that use HyperPodPropertiesOutput.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of HyperPodPropertiesOutput.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return HyperPodPropertiesOutput.Builder Modifier and Type Method Description static HyperPodPropertiesOutput.BuilderHyperPodPropertiesOutput. builder()HyperPodPropertiesOutput.BuilderHyperPodPropertiesOutput.Builder. clusterArn(String clusterArn)The cluster ARN of the hyper pod properties.HyperPodPropertiesOutput.BuilderHyperPodPropertiesOutput.Builder. clusterName(String clusterName)The cluster name the hyper pod properties.HyperPodPropertiesOutput.BuilderHyperPodPropertiesOutput.Builder. orchestrator(String orchestrator)The orchestrator of the hyper pod properties.HyperPodPropertiesOutput.BuilderHyperPodPropertiesOutput.Builder. orchestrator(HyperPodOrchestrator orchestrator)The orchestrator of the hyper pod properties.HyperPodPropertiesOutput.BuilderHyperPodPropertiesOutput. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type HyperPodPropertiesOutput.Builder Modifier and Type Method Description static Class<? extends HyperPodPropertiesOutput.Builder>HyperPodPropertiesOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type HyperPodPropertiesOutput.Builder Modifier and Type Method Description static ConnectionPropertiesOutputConnectionPropertiesOutput. fromHyperPodProperties(Consumer<HyperPodPropertiesOutput.Builder> hyperPodProperties)Create an instance of this class withConnectionPropertiesOutput.hyperPodProperties()initialized to the given value.default ConnectionPropertiesOutput.BuilderConnectionPropertiesOutput.Builder. hyperPodProperties(Consumer<HyperPodPropertiesOutput.Builder> hyperPodProperties)The hyper pod properties of a connection.
-