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