Interface RemoveRoleFromDbInstanceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveRoleFromDbInstanceRequest.Builder,,RemoveRoleFromDbInstanceRequest> RdsRequest.Builder,SdkBuilder<RemoveRoleFromDbInstanceRequest.Builder,,RemoveRoleFromDbInstanceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveRoleFromDbInstanceRequest
@Mutable
@NotThreadSafe
public static interface RemoveRoleFromDbInstanceRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<RemoveRoleFromDbInstanceRequest.Builder,RemoveRoleFromDbInstanceRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondbInstanceIdentifier(String dbInstanceIdentifier) The name of the DB instance to disassociate the IAM role from.featureName(String featureName) The name of the feature for the DB instance that the IAM role is to be disassociated from.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,arn:aws:iam::123456789012:role/AccessRole.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dbInstanceIdentifier
The name of the DB instance to disassociate the IAM role from.
- Parameters:
dbInstanceIdentifier- The name of the DB instance to disassociate the IAM role from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole.- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,arn:aws:iam::123456789012:role/AccessRole.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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, seeDBEngineVersion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveRoleFromDbInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveRoleFromDbInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-