CopyableBuilder<RevokeCacheSecurityGroupIngressRequest.Builder,RevokeCacheSecurityGroupIngressRequest>, SdkBuilder<RevokeCacheSecurityGroupIngressRequest.Builder,RevokeCacheSecurityGroupIngressRequest>public static interface RevokeCacheSecurityGroupIngressRequest.Builder extends CopyableBuilder<RevokeCacheSecurityGroupIngressRequest.Builder,RevokeCacheSecurityGroupIngressRequest>
| Modifier and Type | Method | Description |
|---|---|---|
RevokeCacheSecurityGroupIngressRequest.Builder |
cacheSecurityGroupName(String cacheSecurityGroupName) |
The name of the cache security group to revoke ingress from.
|
RevokeCacheSecurityGroupIngressRequest.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName) |
The name of the Amazon EC2 security group to revoke access from.
|
RevokeCacheSecurityGroupIngressRequest.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) |
The AWS account number of the Amazon EC2 security group owner.
|
copyapply, buildRevokeCacheSecurityGroupIngressRequest.Builder cacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to revoke ingress from.
cacheSecurityGroupName - The name of the cache security group to revoke ingress from.RevokeCacheSecurityGroupIngressRequest.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
The name of the Amazon EC2 security group to revoke access from.
ec2SecurityGroupName - The name of the Amazon EC2 security group to revoke access from.RevokeCacheSecurityGroupIngressRequest.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.
ec2SecurityGroupOwnerId - The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as
an AWS access key ID - you must provide a valid AWS account number for this parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.