public static interface ClusterSecurityGroupMembership.Builder extends SdkPojo, CopyableBuilder<ClusterSecurityGroupMembership.Builder,ClusterSecurityGroupMembership>
Modifier and Type | Method and Description |
---|---|
ClusterSecurityGroupMembership.Builder |
clusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group.
|
ClusterSecurityGroupMembership.Builder |
status(String status)
The status of the cluster security group.
|
copy
applyMutation, build
ClusterSecurityGroupMembership.Builder clusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group.
clusterSecurityGroupName
- The name of the cluster security group.ClusterSecurityGroupMembership.Builder status(String status)
The status of the cluster security group.
status
- The status of the cluster security group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.