Uses of Interface
software.amazon.awssdk.services.elasticache.model.CacheSecurityGroup.Builder
-
Packages that use CacheSecurityGroup.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CacheSecurityGroup.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CacheSecurityGroup.Builder Modifier and Type Method Description CacheSecurityGroup.BuilderCacheSecurityGroup.Builder. arn(String arn)The ARN of the cache security group,static CacheSecurityGroup.BuilderCacheSecurityGroup. builder()CacheSecurityGroup.BuilderCacheSecurityGroup.Builder. cacheSecurityGroupName(String cacheSecurityGroupName)The name of the cache security group.CacheSecurityGroup.BuilderCacheSecurityGroup.Builder. description(String description)The description of the cache security group.CacheSecurityGroup.BuilderCacheSecurityGroup.Builder. ec2SecurityGroups(Collection<EC2SecurityGroup> ec2SecurityGroups)A list of Amazon EC2 security groups that are associated with this cache security group.CacheSecurityGroup.BuilderCacheSecurityGroup.Builder. ec2SecurityGroups(Consumer<EC2SecurityGroup.Builder>... ec2SecurityGroups)A list of Amazon EC2 security groups that are associated with this cache security group.CacheSecurityGroup.BuilderCacheSecurityGroup.Builder. ec2SecurityGroups(EC2SecurityGroup... ec2SecurityGroups)A list of Amazon EC2 security groups that are associated with this cache security group.CacheSecurityGroup.BuilderCacheSecurityGroup.Builder. ownerId(String ownerId)The Amazon account ID of the cache security group owner.CacheSecurityGroup.BuilderCacheSecurityGroup. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheSecurityGroup.Builder Modifier and Type Method Description static Class<? extends CacheSecurityGroup.Builder>CacheSecurityGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheSecurityGroup.Builder Modifier and Type Method Description default AuthorizeCacheSecurityGroupIngressResponse.BuilderAuthorizeCacheSecurityGroupIngressResponse.Builder. cacheSecurityGroup(Consumer<CacheSecurityGroup.Builder> cacheSecurityGroup)Sets the value of the CacheSecurityGroup property for this object.default CreateCacheSecurityGroupResponse.BuilderCreateCacheSecurityGroupResponse.Builder. cacheSecurityGroup(Consumer<CacheSecurityGroup.Builder> cacheSecurityGroup)Sets the value of the CacheSecurityGroup property for this object.default RevokeCacheSecurityGroupIngressResponse.BuilderRevokeCacheSecurityGroupIngressResponse.Builder. cacheSecurityGroup(Consumer<CacheSecurityGroup.Builder> cacheSecurityGroup)Sets the value of the CacheSecurityGroup property for this object.
-