Interface AwsRedshiftClusterClusterSecurityGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRedshiftClusterClusterSecurityGroup.Builder,AwsRedshiftClusterClusterSecurityGroup>,SdkBuilder<AwsRedshiftClusterClusterSecurityGroup.Builder,AwsRedshiftClusterClusterSecurityGroup>,SdkPojo
- Enclosing class:
- AwsRedshiftClusterClusterSecurityGroup
public static interface AwsRedshiftClusterClusterSecurityGroup.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterClusterSecurityGroup.Builder,AwsRedshiftClusterClusterSecurityGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRedshiftClusterClusterSecurityGroup.BuilderclusterSecurityGroupName(String clusterSecurityGroupName)The name of the cluster security group.AwsRedshiftClusterClusterSecurityGroup.Builderstatus(String status)The status of the cluster security group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterSecurityGroupName
AwsRedshiftClusterClusterSecurityGroup.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.
-
status
AwsRedshiftClusterClusterSecurityGroup.Builder status(String status)
The 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.
-
-