CopyableBuilder<AddRoleToDBClusterRequest.Builder,AddRoleToDBClusterRequest>
, SdkBuilder<AddRoleToDBClusterRequest.Builder,AddRoleToDBClusterRequest>
public static interface AddRoleToDBClusterRequest.Builder extends CopyableBuilder<AddRoleToDBClusterRequest.Builder,AddRoleToDBClusterRequest>
Modifier and Type | Method | Description |
---|---|---|
AddRoleToDBClusterRequest.Builder |
dbClusterIdentifier(String dbClusterIdentifier) |
The name of the DB cluster to associate the IAM role with.
|
AddRoleToDBClusterRequest.Builder |
roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for example
arn:aws:iam::123456789012:role/AuroraAccessRole . |
copy
apply, build
AddRoleToDBClusterRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The name of the DB cluster to associate the IAM role with.
dbClusterIdentifier
- The name of the DB cluster to associate the IAM role with.AddRoleToDBClusterRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for example
arn:aws:iam::123456789012:role/AuroraAccessRole
.
roleArn
- The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for example
arn:aws:iam::123456789012:role/AuroraAccessRole
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.