Interface AwsRedshiftClusterClusterSecurityGroup.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsRedshiftClusterClusterSecurityGroup.Builder,,- AwsRedshiftClusterClusterSecurityGroup> - SdkBuilder<AwsRedshiftClusterClusterSecurityGroup.Builder,,- AwsRedshiftClusterClusterSecurityGroup> - SdkPojo
- Enclosing class:
- AwsRedshiftClusterClusterSecurityGroup
@Mutable
@NotThreadSafe
public static interface AwsRedshiftClusterClusterSecurityGroup.Builder
extends SdkPojo, CopyableBuilder<AwsRedshiftClusterClusterSecurityGroup.Builder,AwsRedshiftClusterClusterSecurityGroup> 
- 
Method SummaryModifier and TypeMethodDescriptionclusterSecurityGroupName(String clusterSecurityGroupName) The name of the cluster security group.The status of the cluster security group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clusterSecurityGroupNameAwsRedshiftClusterClusterSecurityGroup.Builder clusterSecurityGroupName(String clusterSecurityGroupName) The name of the cluster security group. - Parameters:
- clusterSecurityGroupName- The name of the cluster security group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the cluster security group. - Parameters:
- status- The status of the cluster security group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-