Interface DatabaseSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatabaseSummary.Builder,DatabaseSummary>,SdkBuilder<DatabaseSummary.Builder,DatabaseSummary>,SdkPojo
- Enclosing class:
- DatabaseSummary
public static interface DatabaseSummary.Builder extends SdkPojo, CopyableBuilder<DatabaseSummary.Builder,DatabaseSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseSummary.BuilderapplicationId(String applicationId)The ID of the application.DatabaseSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the database.DatabaseSummary.BuildercomponentId(String componentId)The ID of the component.DatabaseSummary.BuilderdatabaseId(String databaseId)The ID of the database.DatabaseSummary.BuilderdatabaseType(String databaseType)The type of the database.DatabaseSummary.BuilderdatabaseType(DatabaseType databaseType)The type of the database.DatabaseSummary.Buildertags(Map<String,String> tags)The tags of the database.-
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
-
applicationId
DatabaseSummary.Builder applicationId(String applicationId)
The ID of the application.
- Parameters:
applicationId- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentId
DatabaseSummary.Builder componentId(String componentId)
The ID of the component.
- Parameters:
componentId- The ID of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseId
DatabaseSummary.Builder databaseId(String databaseId)
The ID of the database.
- Parameters:
databaseId- The ID of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseType
DatabaseSummary.Builder databaseType(String databaseType)
The type of the database.
- Parameters:
databaseType- The type of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatabaseType,DatabaseType
-
databaseType
DatabaseSummary.Builder databaseType(DatabaseType databaseType)
The type of the database.
- Parameters:
databaseType- The type of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatabaseType,DatabaseType
-
arn
DatabaseSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the database.
- Parameters:
arn- The Amazon Resource Name (ARN) of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DatabaseSummary.Builder tags(Map<String,String> tags)
The tags of the database.
- Parameters:
tags- The tags of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-