public static interface RdsDbInstanceDetails.Builder extends SdkPojo, CopyableBuilder<RdsDbInstanceDetails.Builder,RdsDbInstanceDetails>
| Modifier and Type | Method and Description |
|---|---|
RdsDbInstanceDetails.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The identifier of the database cluster that contains the database instance ID involved in the finding.
|
RdsDbInstanceDetails.Builder |
dbInstanceArn(String dbInstanceArn)
The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.
|
RdsDbInstanceDetails.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
The identifier associated to the database instance that was involved in the finding.
|
RdsDbInstanceDetails.Builder |
engine(String engine)
The database engine of the database instance involved in the finding.
|
RdsDbInstanceDetails.Builder |
engineVersion(String engineVersion)
The version of the database engine that was involved in the finding.
|
RdsDbInstanceDetails.Builder |
tags(Collection<Tag> tags)
Instance tag key-value pairs associated with the database instance ID.
|
RdsDbInstanceDetails.Builder |
tags(Consumer<Tag.Builder>... tags)
Instance tag key-value pairs associated with the database instance ID.
|
RdsDbInstanceDetails.Builder |
tags(Tag... tags)
Instance tag key-value pairs associated with the database instance ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRdsDbInstanceDetails.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
The identifier associated to the database instance that was involved in the finding.
dbInstanceIdentifier - The identifier associated to the database instance that was involved in the finding.RdsDbInstanceDetails.Builder engine(String engine)
The database engine of the database instance involved in the finding.
engine - The database engine of the database instance involved in the finding.RdsDbInstanceDetails.Builder engineVersion(String engineVersion)
The version of the database engine that was involved in the finding.
engineVersion - The version of the database engine that was involved in the finding.RdsDbInstanceDetails.Builder dbClusterIdentifier(String dbClusterIdentifier)
The identifier of the database cluster that contains the database instance ID involved in the finding.
dbClusterIdentifier - The identifier of the database cluster that contains the database instance ID involved in the finding.RdsDbInstanceDetails.Builder dbInstanceArn(String dbInstanceArn)
The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.
dbInstanceArn - The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.RdsDbInstanceDetails.Builder tags(Collection<Tag> tags)
Instance tag key-value pairs associated with the database instance ID.
tags - Instance tag key-value pairs associated with the database instance ID.RdsDbInstanceDetails.Builder tags(Tag... tags)
Instance tag key-value pairs associated with the database instance ID.
tags - Instance tag key-value pairs associated with the database instance ID.RdsDbInstanceDetails.Builder tags(Consumer<Tag.Builder>... tags)
Instance tag key-value pairs associated with the database instance ID.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.