Interface RDSDatabase.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RDSDatabase.Builder,
,RDSDatabase> SdkBuilder<RDSDatabase.Builder,
,RDSDatabase> SdkPojo
- Enclosing class:
RDSDatabase
public static interface RDSDatabase.Builder
extends SdkPojo, CopyableBuilder<RDSDatabase.Builder,RDSDatabase>
-
Method Summary
Modifier and TypeMethodDescriptiondatabaseName
(String databaseName) Sets the value of the DatabaseName property for this object.instanceIdentifier
(String instanceIdentifier) The ID of an RDS DB instance.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
-
instanceIdentifier
The ID of an RDS DB instance.
- Parameters:
instanceIdentifier
- The ID of an RDS DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
Sets the value of the DatabaseName property for this object.- Parameters:
databaseName
- The new value for the DatabaseName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-