| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RdsDbInstanceDetails.Builder> |
RdsDbInstanceDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Resource.Builder |
Resource.Builder.rdsDbInstanceDetails(Consumer<RdsDbInstanceDetails.Builder> rdsDbInstanceDetails)
Contains information about the database instance to which an anomalous login attempt was made.
|
Copyright © 2023. All rights reserved.