public static interface DatabaseSummary.Builder extends SdkPojo, CopyableBuilder<DatabaseSummary.Builder,DatabaseSummary>
| Modifier and Type | Method and Description |
|---|---|
DatabaseSummary.Builder |
applicationId(String applicationId)
The ID of the application.
|
DatabaseSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the database.
|
DatabaseSummary.Builder |
componentId(String componentId)
The ID of the component.
|
DatabaseSummary.Builder |
databaseId(String databaseId)
The ID of the database.
|
DatabaseSummary.Builder |
databaseType(DatabaseType databaseType)
The type of the database.
|
DatabaseSummary.Builder |
databaseType(String databaseType)
The type of the database.
|
DatabaseSummary.Builder |
tags(Map<String,String> tags)
The tags of the database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatabaseSummary.Builder applicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.DatabaseSummary.Builder componentId(String componentId)
The ID of the component.
componentId - The ID of the component.DatabaseSummary.Builder databaseId(String databaseId)
The ID of the database.
databaseId - The ID of the database.DatabaseSummary.Builder databaseType(String databaseType)
The type of the database.
databaseType - The type of the database.DatabaseType,
DatabaseTypeDatabaseSummary.Builder databaseType(DatabaseType databaseType)
The type of the database.
databaseType - The type of the database.DatabaseType,
DatabaseTypeDatabaseSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the database.
arn - The Amazon Resource Name (ARN) of the database.DatabaseSummary.Builder tags(Map<String,String> tags)
The tags of the database.
tags - The tags of the database.Copyright © 2023. All rights reserved.