Interface RelationalDatabaseEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>,SdkBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>,SdkPojo
- Enclosing class:
- RelationalDatabaseEndpoint
public static interface RelationalDatabaseEndpoint.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelationalDatabaseEndpoint.Builderaddress(String address)Specifies the DNS address of the database.RelationalDatabaseEndpoint.Builderport(Integer port)Specifies the port that the database is listening on.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
port
RelationalDatabaseEndpoint.Builder port(Integer port)
Specifies the port that the database is listening on.
- Parameters:
port- Specifies the port that the database is listening on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
address
RelationalDatabaseEndpoint.Builder address(String address)
Specifies the DNS address of the database.
- Parameters:
address- Specifies the DNS address of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-