Uses of Interface
software.amazon.awssdk.services.neptune.model.DBSubnetGroup.Builder
-
Packages that use DBSubnetGroup.Builder Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of DBSubnetGroup.Builder in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.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 of Subnet elements.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Consumer<Subnet.Builder>... subnets)Contains a list of Subnet elements.DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Subnet... subnets)Contains a list of Subnet elements.DBSubnetGroup.BuilderDBSubnetGroup. toBuilder()DBSubnetGroup.BuilderDBSubnetGroup.Builder. vpcId(String vpcId)Provides the VpcId of the DB subnet group.Methods in software.amazon.awssdk.services.neptune.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.neptune.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 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.
-