public static interface AuthorizeCacheSecurityGroupIngressRequest.Builder extends ElastiCacheRequest.Builder, CopyableBuilder<AuthorizeCacheSecurityGroupIngressRequest.Builder,AuthorizeCacheSecurityGroupIngressRequest>
Modifier and Type | Method and 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.
|
AuthorizeCacheSecurityGroupIngressRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AuthorizeCacheSecurityGroupIngressRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
AuthorizeCacheSecurityGroupIngressRequest.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.AuthorizeCacheSecurityGroupIngressRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AuthorizeCacheSecurityGroupIngressRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.