public static interface AddRoleToDbClusterRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<AddRoleToDbClusterRequest.Builder,AddRoleToDbClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
AddRoleToDbClusterRequest.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The name of the DB cluster to associate the IAM role with.
|
AddRoleToDbClusterRequest.Builder |
featureName(String featureName)
The name of the feature for the DB cluster that the IAM role is to be associated with.
|
AddRoleToDbClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddRoleToDbClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddRoleToDbClusterRequest.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.AddRoleToDbClusterRequest.Builder featureName(String featureName)
The name of the feature for the DB cluster that the IAM role is to be associated with. For the list of supported feature names, see DBEngineVersion.
featureName - The name of the feature for the DB cluster that the IAM role is to be associated with. For the list of
supported feature names, see DBEngineVersion.AddRoleToDbClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddRoleToDbClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.