public static interface AddRoleToDbClusterRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<AddRoleToDbClusterRequest.Builder,AddRoleToDbClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
AddRoleToDbClusterRequest.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The name of the DB cluster to associate the IAM role with.
|
AddRoleToDbClusterRequest.Builder |
featureName(String featureName)
The name of the feature for the Neptune DB cluster that the IAM role is to be associated with.
|
AddRoleToDbClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddRoleToDbClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddRoleToDbClusterRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to associate with the Neptune DB cluster, for example
arn:aws:iam::123456789012:role/NeptuneAccessRole. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddRoleToDbClusterRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The name of the DB cluster to associate the IAM role with.
dbClusterIdentifier - The name of the DB cluster to associate the IAM role with.AddRoleToDbClusterRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to associate with the Neptune DB cluster, for example
arn:aws:iam::123456789012:role/NeptuneAccessRole.
roleArn - The Amazon Resource Name (ARN) of the IAM role to associate with the Neptune DB cluster, for example
arn:aws:iam::123456789012:role/NeptuneAccessRole.AddRoleToDbClusterRequest.Builder featureName(String featureName)
The name of the feature for the Neptune DB cluster that the IAM role is to be associated with. For the list of supported feature names, see DBEngineVersion.
featureName - The name of the feature for the Neptune DB cluster that the IAM role is to be associated with. For the
list of supported feature names, see DBEngineVersion.AddRoleToDbClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddRoleToDbClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.