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 |
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddRoleToDbClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.