Interface AddRoleToDbClusterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddRoleToDbClusterRequest.Builder,AddRoleToDbClusterRequest>,RdsRequest.Builder,SdkBuilder<AddRoleToDbClusterRequest.Builder,AddRoleToDbClusterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddRoleToDbClusterRequest
public static interface AddRoleToDbClusterRequest.Builder extends RdsRequest.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 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 Aurora DB cluster, for examplearn:aws:iam::123456789012:role/AuroraAccessRole.-
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
-
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 Aurora DB cluster, for example
arn:aws:iam::123456789012:role/AuroraAccessRole.- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for examplearn:aws:iam::123456789012:role/AuroraAccessRole.- 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 DB cluster that the IAM role is to be associated with. For information about supported feature names, see DBEngineVersion.
- Parameters:
featureName- The name of the feature for the DB cluster that the IAM role is to be associated with. For information about 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
-
-