Interface AddRoleToDbClusterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddRoleToDbClusterRequest.Builder,AddRoleToDbClusterRequest>,NeptuneRequest.Builder,SdkBuilder<AddRoleToDbClusterRequest.Builder,AddRoleToDbClusterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddRoleToDbClusterRequest
public static interface AddRoleToDbClusterRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<AddRoleToDbClusterRequest.Builder,AddRoleToDbClusterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddRoleToDbClusterRequest.BuilderdbClusterIdentifier(String dbClusterIdentifier)The name of the DB cluster to associate the IAM role with.AddRoleToDbClusterRequest.BuilderfeatureName(String featureName)The name of the feature for the Neptune DB cluster that the IAM role is to be associated with.AddRoleToDbClusterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddRoleToDbClusterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddRoleToDbClusterRequest.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role to associate with the Neptune DB cluster, for examplearn:aws:iam::123456789012:role/NeptuneAccessRole.-
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.neptune.model.NeptuneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dbClusterIdentifier
AddRoleToDbClusterRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The name of the DB cluster to associate the IAM role with.
- Parameters:
dbClusterIdentifier- The name of the DB cluster to associate the IAM role with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
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.- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role to associate with the Neptune DB cluster, for examplearn:aws:iam::123456789012:role/NeptuneAccessRole.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AddRoleToDbClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddRoleToDbClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-