public static interface RemoveRoleFromDbInstanceRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<RemoveRoleFromDbInstanceRequest.Builder,RemoveRoleFromDbInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveRoleFromDbInstanceRequest.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
The name of the DB instance to disassociate the IAM role from.
|
RemoveRoleFromDbInstanceRequest.Builder |
featureName(String featureName)
The name of the feature for the DB instance that the IAM role is to be disassociated from.
|
RemoveRoleFromDbInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveRoleFromDbInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveRoleFromDbInstanceRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveRoleFromDbInstanceRequest.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
The name of the DB instance to disassociate the IAM role from.
dbInstanceIdentifier - The name of the DB instance to disassociate the IAM role from.RemoveRoleFromDbInstanceRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole.
roleArn - The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole.RemoveRoleFromDbInstanceRequest.Builder featureName(String featureName)
The name of the feature for the DB instance 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 instance that the IAM role is to be disassociated from. For
information about supported feature names, see DBEngineVersion.RemoveRoleFromDbInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveRoleFromDbInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.