CopyableBuilder<RevokeClusterSecurityGroupIngressRequest.Builder,RevokeClusterSecurityGroupIngressRequest>
, SdkBuilder<RevokeClusterSecurityGroupIngressRequest.Builder,RevokeClusterSecurityGroupIngressRequest>
public static interface RevokeClusterSecurityGroupIngressRequest.Builder extends CopyableBuilder<RevokeClusterSecurityGroupIngressRequest.Builder,RevokeClusterSecurityGroupIngressRequest>
Modifier and Type | Method | Description |
---|---|---|
RevokeClusterSecurityGroupIngressRequest.Builder |
cidrip(String cidrip) |
The IP range for which to revoke access.
|
RevokeClusterSecurityGroupIngressRequest.Builder |
clusterSecurityGroupName(String clusterSecurityGroupName) |
The name of the security Group from which to revoke the ingress rule.
|
RevokeClusterSecurityGroupIngressRequest.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName) |
The name of the EC2 Security Group whose access is to be revoked.
|
RevokeClusterSecurityGroupIngressRequest.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) |
The AWS account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. |
copy
apply, build
RevokeClusterSecurityGroupIngressRequest.Builder clusterSecurityGroupName(String clusterSecurityGroupName)
The name of the security Group from which to revoke the ingress rule.
clusterSecurityGroupName
- The name of the security Group from which to revoke the ingress rule.RevokeClusterSecurityGroupIngressRequest.Builder cidrip(String cidrip)
The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR)
block of IP addresses. If CIDRIP
is specified, EC2SecurityGroupName
and
EC2SecurityGroupOwnerId
cannot be provided.
cidrip
- The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing
(CIDR) block of IP addresses. If CIDRIP
is specified, EC2SecurityGroupName
and EC2SecurityGroupOwnerId
cannot be provided.RevokeClusterSecurityGroupIngressRequest.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName
is
specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be
provided.
ec2SecurityGroupName
- The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName
is specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be provided.RevokeClusterSecurityGroupIngressRequest.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified in the EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId
is
specified, EC2SecurityGroupName
must also be provided. and CIDRIP
cannot be
provided.
Example: 111122223333
ec2SecurityGroupOwnerId
- The AWS account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If
EC2SecurityGroupOwnerId
is specified, EC2SecurityGroupName
must also be
provided. and CIDRIP
cannot be provided.
Example: 111122223333
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.