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