CopyableBuilder<AuthorizeCacheSecurityGroupIngressRequest.Builder,AuthorizeCacheSecurityGroupIngressRequest>, SdkBuilder<AuthorizeCacheSecurityGroupIngressRequest.Builder,AuthorizeCacheSecurityGroupIngressRequest>public static interface AuthorizeCacheSecurityGroupIngressRequest.Builder extends CopyableBuilder<AuthorizeCacheSecurityGroupIngressRequest.Builder,AuthorizeCacheSecurityGroupIngressRequest>
| Modifier and Type | Method | Description |
|---|---|---|
AuthorizeCacheSecurityGroupIngressRequest.Builder |
cacheSecurityGroupName(String cacheSecurityGroupName) |
The cache security group that allows network ingress.
|
AuthorizeCacheSecurityGroupIngressRequest.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName) |
The Amazon EC2 security group to be authorized for ingress to the cache security group.
|
AuthorizeCacheSecurityGroupIngressRequest.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) |
The AWS account number of the Amazon EC2 security group owner.
|
copyapply, buildAuthorizeCacheSecurityGroupIngressRequest.Builder cacheSecurityGroupName(String cacheSecurityGroupName)
The cache security group that allows network ingress.
cacheSecurityGroupName - The cache security group that allows network ingress.AuthorizeCacheSecurityGroupIngressRequest.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
The Amazon EC2 security group to be authorized for ingress to the cache security group.
ec2SecurityGroupName - The Amazon EC2 security group to be authorized for ingress to the cache security group.AuthorizeCacheSecurityGroupIngressRequest.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.