Uses of Interface
software.amazon.awssdk.services.rds.model.DBSubnetGroup.Builder
-
Packages that use DBSubnetGroup.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBSubnetGroup.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.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 DB subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. dbSubnetGroupName(String dbSubnetGroupName)The name of the DB subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnetGroupStatus(String subnetGroupStatus)Provides the status of the DB subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Collection<Subnet> subnets)Contains a list ofSubnetelements.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Consumer<Subnet.Builder>... subnets)Contains a list ofSubnetelements.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Subnet... subnets)Contains a list ofSubnetelements.DBSubnetGroup.BuilderDBSubnetGroup.Builder. supportedNetworkTypes(String... supportedNetworkTypes)The network type of the DB subnet group.DBSubnetGroup.BuilderDBSubnetGroup.Builder. supportedNetworkTypes(Collection<String> supportedNetworkTypes)The network type of the DB subnet group.DBSubnetGroup.BuilderDBSubnetGroup. toBuilder()DBSubnetGroup.BuilderDBSubnetGroup.Builder. vpcId(String vpcId)Provides the VpcId of the DB subnet group.Methods in software.amazon.awssdk.services.rds.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.rds.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)Information about the subnet group associated with the DB 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.
-