static RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.builder() |
|
RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.Builder.dbClusterIdentifier(String dbClusterIdentifier) |
The identifier of the database cluster that contains the database instance ID involved in the finding.
|
RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.Builder.dbInstanceArn(String dbInstanceArn) |
The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.
|
RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) |
The identifier associated to the database instance that was involved in the finding.
|
RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.Builder.engine(String engine) |
The database engine of the database instance involved in the finding.
|
RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.Builder.engineVersion(String engineVersion) |
The version of the database engine that was involved in the finding.
|
RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.Builder.tags(Collection<Tag> tags) |
Instance tag key-value pairs associated with the database instance ID.
|
RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.Builder.tags(Consumer<Tag.Builder>... tags) |
Instance tag key-value pairs associated with the database instance ID.
|
RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.Builder.tags(Tag... tags) |
Instance tag key-value pairs associated with the database instance ID.
|
RdsDbInstanceDetails.Builder |
RdsDbInstanceDetails.toBuilder() |
|