CopyableBuilder<ClusterSecurityGroupMembership.Builder,ClusterSecurityGroupMembership>
, SdkBuilder<ClusterSecurityGroupMembership.Builder,ClusterSecurityGroupMembership>
public static interface ClusterSecurityGroupMembership.Builder extends CopyableBuilder<ClusterSecurityGroupMembership.Builder,ClusterSecurityGroupMembership>
Modifier and Type | Method | 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
apply, 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.