| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.arn(String arn)
The ARN (Amazon Resource Name) of the cache subnet group.
|
static CacheSubnetGroup.Builder |
CacheSubnetGroup.builder() |
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.cacheSubnetGroupDescription(String cacheSubnetGroupDescription)
The description of the cache subnet group.
|
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.cacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group.
|
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.subnets(Collection<Subnet> subnets)
A list of subnets associated with the cache subnet group.
|
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.subnets(Consumer<Subnet.Builder>... subnets)
A list of subnets associated with the cache subnet group.
|
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.subnets(Subnet... subnets)
A list of subnets associated with the cache subnet group.
|
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.supportedNetworkTypes(Collection<NetworkType> supportedNetworkTypes)
Either
ipv4 | ipv6 | dual_stack. |
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.supportedNetworkTypes(NetworkType... supportedNetworkTypes)
Either
ipv4 | ipv6 | dual_stack. |
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.supportedNetworkTypesWithStrings(Collection<String> supportedNetworkTypes)
Either
ipv4 | ipv6 | dual_stack. |
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.supportedNetworkTypesWithStrings(String... supportedNetworkTypes)
Either
ipv4 | ipv6 | dual_stack. |
CacheSubnetGroup.Builder |
CacheSubnetGroup.toBuilder() |
CacheSubnetGroup.Builder |
CacheSubnetGroup.Builder.vpcId(String vpcId)
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CacheSubnetGroup.Builder> |
CacheSubnetGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyCacheSubnetGroupResponse.Builder |
ModifyCacheSubnetGroupResponse.Builder.cacheSubnetGroup(Consumer<CacheSubnetGroup.Builder> cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object.
|
default CreateCacheSubnetGroupResponse.Builder |
CreateCacheSubnetGroupResponse.Builder.cacheSubnetGroup(Consumer<CacheSubnetGroup.Builder> cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object.
|
Copyright © 2023. All rights reserved.