Interface AwsRedshiftClusterVpcSecurityGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRedshiftClusterVpcSecurityGroup.Builder,AwsRedshiftClusterVpcSecurityGroup>,SdkBuilder<AwsRedshiftClusterVpcSecurityGroup.Builder,AwsRedshiftClusterVpcSecurityGroup>,SdkPojo
- Enclosing class:
- AwsRedshiftClusterVpcSecurityGroup
public static interface AwsRedshiftClusterVpcSecurityGroup.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterVpcSecurityGroup.Builder,AwsRedshiftClusterVpcSecurityGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRedshiftClusterVpcSecurityGroup.Builderstatus(String status)The status of the VPC security group.AwsRedshiftClusterVpcSecurityGroup.BuildervpcSecurityGroupId(String vpcSecurityGroupId)The identifier of the VPC 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
-
status
AwsRedshiftClusterVpcSecurityGroup.Builder status(String status)
The status of the VPC security group.
- Parameters:
status- The status of the VPC security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcSecurityGroupId
AwsRedshiftClusterVpcSecurityGroup.Builder vpcSecurityGroupId(String vpcSecurityGroupId)
The identifier of the VPC security group.
- Parameters:
vpcSecurityGroupId- The identifier of the VPC security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-