Uses of Interface
software.amazon.awssdk.services.docdb.model.DBSubnetGroup.Builder
-
Packages that use DBSubnetGroup.Builder Package Description software.amazon.awssdk.services.docdb.model -
-
Uses of DBSubnetGroup.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return DBSubnetGroup.Builder Modifier and Type Method Description static DBSubnetGroup.BuilderDBSubnetGroup. builder()DBSubnetGroup.BuilderDBSubnetGroup.Builder. dbSubnetGroupArn(String dbSubnetGroupArn)The Amazon Resource Name (ARN) for the DB subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. dbSubnetGroupDescription(String dbSubnetGroupDescription)Provides the description of the subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. dbSubnetGroupName(String dbSubnetGroupName)The name of the subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnetGroupStatus(String subnetGroupStatus)Provides the status of the subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Collection<Subnet> subnets)Detailed information about one or more subnets within a subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Consumer<Subnet.Builder>... subnets)Detailed information about one or more subnets within a subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Subnet... subnets)Detailed information about one or more subnets within a subnet group.DBSubnetGroup.BuilderDBSubnetGroup. toBuilder()DBSubnetGroup.BuilderDBSubnetGroup.Builder. vpcId(String vpcId)Provides the virtual private cloud (VPC) ID of the subnet group.Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type DBSubnetGroup.Builder Modifier and Type Method Description static Class<? extends DBSubnetGroup.Builder>DBSubnetGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.docdb.model with type arguments of type DBSubnetGroup.Builder Modifier and Type Method Description default CreateDbSubnetGroupResponse.BuilderCreateDbSubnetGroupResponse.Builder. dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)Sets the value of the DBSubnetGroup property for this object.default DBInstance.BuilderDBInstance.Builder. dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)Specifies information on the subnet group that is associated with the instance, including the name, description, and subnets in the subnet group.default ModifyDbSubnetGroupResponse.BuilderModifyDbSubnetGroupResponse.Builder. dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)Sets the value of the DBSubnetGroup property for this object.
-