public static interface DBInstanceRole.Builder extends SdkPojo, CopyableBuilder<DBInstanceRole.Builder,DBInstanceRole>
Modifier and Type | Method and Description |
---|---|
DBInstanceRole.Builder |
featureName(String featureName)
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role.
|
DBInstanceRole.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
|
DBInstanceRole.Builder |
status(String status)
Describes the state of association between the IAM role and the DB instance.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DBInstanceRole.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
roleArn
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.DBInstanceRole.Builder featureName(String featureName)
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role.
For information about supported feature names, see DBEngineVersion
.
featureName
- The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM)
role. For information about supported feature names, see DBEngineVersion
.DBInstanceRole.Builder status(String status)
Describes the state of association between the IAM role and the DB instance. The Status property returns one of the following values:
ACTIVE
- the IAM role ARN is associated with the DB instance and can be used to access other
Amazon Web Services services on your behalf.
PENDING
- the IAM role ARN is being associated with the DB instance.
INVALID
- the IAM role ARN is associated with the DB instance, but the DB instance is unable to
assume the IAM role in order to access other Amazon Web Services services on your behalf.
status
- Describes the state of association between the IAM role and the DB instance. The Status property
returns one of the following values:
ACTIVE
- the IAM role ARN is associated with the DB instance and can be used to access
other Amazon Web Services services on your behalf.
PENDING
- the IAM role ARN is being associated with the DB instance.
INVALID
- the IAM role ARN is associated with the DB instance, but the DB instance is
unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
Copyright © 2023. All rights reserved.