Uses of Interface
software.amazon.awssdk.services.memorydb.model.SubnetGroup.Builder
-
Packages that use SubnetGroup.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of SubnetGroup.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return SubnetGroup.Builder Modifier and Type Method Description SubnetGroup.BuilderSubnetGroup.Builder. arn(String arn)The ARN (Amazon Resource Name) of the subnet group.static SubnetGroup.BuilderSubnetGroup. builder()SubnetGroup.BuilderSubnetGroup.Builder. description(String description)A description of the subnet groupSubnetGroup.BuilderSubnetGroup.Builder. name(String name)The name of the subnet groupSubnetGroup.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.memorydb.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.memorydb.model with type arguments of type SubnetGroup.Builder Modifier and Type Method Description default CreateSubnetGroupResponse.BuilderCreateSubnetGroupResponse.Builder. subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)The newly-created subnet groupdefault DeleteSubnetGroupResponse.BuilderDeleteSubnetGroupResponse.Builder. subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)The subnet group object that has been deleted.default UpdateSubnetGroupResponse.BuilderUpdateSubnetGroupResponse.Builder. subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)The updated subnet group
-