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
Modifier and TypeMethodDescriptionSpecifies the DNS address of the database.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 Details
-
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
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.
-