| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
static SubnetGroup.Builder |
SubnetGroup.builder() |
SubnetGroup.Builder |
SubnetGroup.Builder.description(String description)
The description of the subnet group.
|
SubnetGroup.Builder |
SubnetGroup.Builder.subnetGroupName(String subnetGroupName)
The name of the subnet group.
|
SubnetGroup.Builder |
SubnetGroup.Builder.subnets(Collection<Subnet> subnets)
A list of subnets associated with the subnet group.
|
SubnetGroup.Builder |
SubnetGroup.Builder.subnets(Consumer<Subnet.Builder>... subnets)
A list of subnets associated with the subnet group.
|
SubnetGroup.Builder |
SubnetGroup.Builder.subnets(Subnet... subnets)
A list of subnets associated with the subnet group.
|
SubnetGroup.Builder |
SubnetGroup.toBuilder() |
SubnetGroup.Builder |
SubnetGroup.Builder.vpcId(String vpcId)
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SubnetGroup.Builder> |
SubnetGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSubnetGroupResponse.Builder |
UpdateSubnetGroupResponse.Builder.subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)
The subnet group that has been modified.
|
default CreateSubnetGroupResponse.Builder |
CreateSubnetGroupResponse.Builder.subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)
Represents the output of a CreateSubnetGroup operation.
|
Copyright © 2022. All rights reserved.