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