Uses of Interface
software.amazon.awssdk.services.rds.model.DBSubnetGroup.Builder
Packages that use DBSubnetGroup.Builder
-
Uses of DBSubnetGroup.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSubnetGroup.BuilderModifier and TypeMethodDescriptionstatic DBSubnetGroup.BuilderDBSubnetGroup.builder()DBSubnetGroup.Builder.dbSubnetGroupArn(String dbSubnetGroupArn) The Amazon Resource Name (ARN) for the DB subnet group.DBSubnetGroup.Builder.dbSubnetGroupDescription(String dbSubnetGroupDescription) Provides the description of the DB subnet group.DBSubnetGroup.Builder.dbSubnetGroupName(String dbSubnetGroupName) The name of the DB subnet group.DBSubnetGroup.Builder.subnetGroupStatus(String subnetGroupStatus) Provides the status of the DB subnet group.DBSubnetGroup.Builder.subnets(Collection<Subnet> subnets) Contains a list ofSubnetelements.DBSubnetGroup.Builder.subnets(Consumer<Subnet.Builder>... subnets) Contains a list ofSubnetelements.Contains a list ofSubnetelements.DBSubnetGroup.Builder.supportedNetworkTypes(String... supportedNetworkTypes) The network type of the DB subnet group.DBSubnetGroup.Builder.supportedNetworkTypes(Collection<String> supportedNetworkTypes) The network type of the DB subnet group.DBSubnetGroup.toBuilder()Provides the VpcId of the DB subnet group.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSubnetGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBSubnetGroup.Builder>DBSubnetGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSubnetGroup.BuilderModifier and TypeMethodDescriptionCreateDbSubnetGroupResponse.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.ModifyDbSubnetGroupResponse.Builder.dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup) Sets the value of the DBSubnetGroup property for this object.