Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterClusterNode.Builder
-
Packages that use AwsRedshiftClusterClusterNode.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterClusterNode.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRedshiftClusterClusterNode.Builder Modifier and Type Method Description static AwsRedshiftClusterClusterNode.BuilderAwsRedshiftClusterClusterNode. builder()AwsRedshiftClusterClusterNode.BuilderAwsRedshiftClusterClusterNode.Builder. nodeRole(String nodeRole)The role of the node.AwsRedshiftClusterClusterNode.BuilderAwsRedshiftClusterClusterNode.Builder. privateIpAddress(String privateIpAddress)The private IP address of the node.AwsRedshiftClusterClusterNode.BuilderAwsRedshiftClusterClusterNode.Builder. publicIpAddress(String publicIpAddress)The public IP address of the node.AwsRedshiftClusterClusterNode.BuilderAwsRedshiftClusterClusterNode. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterClusterNode.Builder Modifier and Type Method Description static Class<? extends AwsRedshiftClusterClusterNode.Builder>AwsRedshiftClusterClusterNode. serializableBuilderClass()
-