| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static DBInstanceRole.Builder |
DBInstanceRole.builder() |
DBInstanceRole.Builder |
DBInstanceRole.Builder.featureName(String featureName)
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role.
|
DBInstanceRole.Builder |
DBInstanceRole.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
|
DBInstanceRole.Builder |
DBInstanceRole.Builder.status(String status)
Describes the state of association between the IAM role and the DB instance.
|
DBInstanceRole.Builder |
DBInstanceRole.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBInstanceRole.Builder> |
DBInstanceRole.serializableBuilderClass() |
Copyright © 2022. All rights reserved.