public static interface RemoveRoleFromDbClusterRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<RemoveRoleFromDbClusterRequest.Builder,RemoveRoleFromDbClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveRoleFromDbClusterRequest.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The name of the DB cluster to disassociate the IAM role from.
|
RemoveRoleFromDbClusterRequest.Builder |
featureName(String featureName)
The name of the feature for the DB cluster that the IAM role is to be disassociated from.
|
RemoveRoleFromDbClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveRoleFromDbClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveRoleFromDbClusterRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora DB cluster, for example
arn:aws:iam::123456789012:role/AuroraAccessRole. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveRoleFromDbClusterRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The name of the DB cluster to disassociate the IAM role from.
dbClusterIdentifier - The name of the DB cluster to disassociate the IAM role from.RemoveRoleFromDbClusterRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora DB cluster, for example
arn:aws:iam::123456789012:role/AuroraAccessRole.
roleArn - The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora DB cluster, for example
arn:aws:iam::123456789012:role/AuroraAccessRole.RemoveRoleFromDbClusterRequest.Builder featureName(String featureName)
The name of the feature for the DB cluster that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.
featureName - The name of the feature for the DB cluster that the IAM role is to be disassociated from. For
information about supported feature names, see DBEngineVersion.RemoveRoleFromDbClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveRoleFromDbClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.