Uses of Interface
software.amazon.awssdk.services.redshift.model.SecondaryClusterInfo.Builder
-
Packages that use SecondaryClusterInfo.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of SecondaryClusterInfo.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return SecondaryClusterInfo.Builder Modifier and Type Method Description SecondaryClusterInfo.BuilderSecondaryClusterInfo.Builder. availabilityZone(String availabilityZone)The name of the Availability Zone in which the secondary compute unit of the cluster is located.static SecondaryClusterInfo.BuilderSecondaryClusterInfo. builder()SecondaryClusterInfo.BuilderSecondaryClusterInfo.Builder. clusterNodes(Collection<ClusterNode> clusterNodes)The nodes in the secondary compute unit.SecondaryClusterInfo.BuilderSecondaryClusterInfo.Builder. clusterNodes(Consumer<ClusterNode.Builder>... clusterNodes)The nodes in the secondary compute unit.SecondaryClusterInfo.BuilderSecondaryClusterInfo.Builder. clusterNodes(ClusterNode... clusterNodes)The nodes in the secondary compute unit.SecondaryClusterInfo.BuilderSecondaryClusterInfo. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SecondaryClusterInfo.Builder Modifier and Type Method Description static Class<? extends SecondaryClusterInfo.Builder>SecondaryClusterInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type SecondaryClusterInfo.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. multiAZSecondary(Consumer<SecondaryClusterInfo.Builder> multiAZSecondary)The secondary compute unit of a cluster, if Multi-AZ deployment is turned on.
-