public static interface RemoveRoleFromDbClusterRequest.Builder extends NeptuneRequest.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 |
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 DB cluster, for example
arn:aws:iam::123456789012:role/NeptuneAccessRole. |
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 DB cluster, for example
arn:aws:iam::123456789012:role/NeptuneAccessRole.
roleArn - The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB cluster, for example
arn:aws:iam::123456789012:role/NeptuneAccessRole.RemoveRoleFromDbClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveRoleFromDbClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.