public static interface RevokeCacheSecurityGroupIngressRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<RevokeCacheSecurityGroupIngressRequest.Builder,RevokeCacheSecurityGroupIngressRequest>
| Modifier and Type | Method and 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 Amazon account number of the Amazon EC2 security group owner.
|
RevokeCacheSecurityGroupIngressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RevokeCacheSecurityGroupIngressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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.RevokeCacheSecurityGroupIngressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRevokeCacheSecurityGroupIngressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.