Interface Database.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Database.Builder,,Database> SdkBuilder<Database.Builder,,Database> SdkPojo
- Enclosing class:
Database
public static interface Database.Builder
extends SdkPojo, CopyableBuilder<Database.Builder,Database>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) An optional description of the database.The name of the database.parameters(Map<String, String> parameters) A set of custom key/value pairs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the database.
- Parameters:
name- The name of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
An optional description of the database.
- Parameters:
description- An optional description of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
A set of custom key/value pairs.
- Parameters:
parameters- A set of custom key/value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-