public static interface AuthorizeCacheSecurityGroupIngressRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, 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 Amazon account number of the Amazon EC2 security group owner.
|
AuthorizeCacheSecurityGroupIngressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AuthorizeCacheSecurityGroupIngressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.
ec2SecurityGroupOwnerId - The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing
as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.AuthorizeCacheSecurityGroupIngressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAuthorizeCacheSecurityGroupIngressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.