Interface RemoveRoleFromDbInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveRoleFromDbInstanceRequest.Builder,RemoveRoleFromDbInstanceRequest>,RdsRequest.Builder,SdkBuilder<RemoveRoleFromDbInstanceRequest.Builder,RemoveRoleFromDbInstanceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveRoleFromDbInstanceRequest
public static interface RemoveRoleFromDbInstanceRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<RemoveRoleFromDbInstanceRequest.Builder,RemoveRoleFromDbInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveRoleFromDbInstanceRequest.BuilderdbInstanceIdentifier(String dbInstanceIdentifier)The name of the DB instance to disassociate the IAM role from.RemoveRoleFromDbInstanceRequest.BuilderfeatureName(String featureName)The name of the feature for the DB instance that the IAM role is to be disassociated from.RemoveRoleFromDbInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveRoleFromDbInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveRoleFromDbInstanceRequest.BuilderroleArn(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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dbInstanceIdentifier
RemoveRoleFromDbInstanceRequest.Builder dbInstanceIdentifier(String 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
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.- 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
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.- 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
-
-