public static interface CreateCacheSecurityGroupRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<CreateCacheSecurityGroupRequest.Builder,CreateCacheSecurityGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCacheSecurityGroupRequest.Builder |
cacheSecurityGroupName(String cacheSecurityGroupName)
A name for the cache security group.
|
CreateCacheSecurityGroupRequest.Builder |
description(String description)
A description for the cache security group.
|
CreateCacheSecurityGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCacheSecurityGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCacheSecurityGroupRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateCacheSecurityGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to be added to this resource.
|
CreateCacheSecurityGroupRequest.Builder |
tags(Tag... tags)
A list of tags to be added to this resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCacheSecurityGroupRequest.Builder cacheSecurityGroupName(String cacheSecurityGroupName)
A name for the cache security group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default".
Example: mysecuritygroup
cacheSecurityGroupName - A name for the cache security group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default".
Example: mysecuritygroup
CreateCacheSecurityGroupRequest.Builder description(String description)
A description for the cache security group.
description - A description for the cache security group.CreateCacheSecurityGroupRequest.Builder tags(Collection<Tag> tags)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
tags - A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied
by a tag value, although null is accepted.CreateCacheSecurityGroupRequest.Builder tags(Tag... tags)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
tags - A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied
by a tag value, although null is accepted.CreateCacheSecurityGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateCacheSecurityGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCacheSecurityGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.