Uses of Interface
software.amazon.awssdk.services.dax.model.SubnetGroup.Builder
-
Packages that use SubnetGroup.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of SubnetGroup.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return SubnetGroup.Builder Modifier and Type Method Description static SubnetGroup.BuilderSubnetGroup. builder()SubnetGroup.BuilderSubnetGroup.Builder. description(String description)The description of the subnet group.SubnetGroup.BuilderSubnetGroup.Builder. subnetGroupName(String subnetGroupName)The name of the subnet group.SubnetGroup.BuilderSubnetGroup.Builder. subnets(Collection<Subnet> subnets)A list of subnets associated with the subnet group.SubnetGroup.BuilderSubnetGroup.Builder. subnets(Consumer<Subnet.Builder>... subnets)A list of subnets associated with the subnet group.SubnetGroup.BuilderSubnetGroup.Builder. subnets(Subnet... subnets)A list of subnets associated with the subnet group.SubnetGroup.BuilderSubnetGroup. toBuilder()SubnetGroup.BuilderSubnetGroup.Builder. vpcId(String vpcId)The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type SubnetGroup.Builder Modifier and Type Method Description static Class<? extends SubnetGroup.Builder>SubnetGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type SubnetGroup.Builder Modifier and Type Method Description default CreateSubnetGroupResponse.BuilderCreateSubnetGroupResponse.Builder. subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)Represents the output of a CreateSubnetGroup operation.default UpdateSubnetGroupResponse.BuilderUpdateSubnetGroupResponse.Builder. subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)The subnet group that has been modified.
-