@Generated(value="software.amazon.awssdk:codegen") public final class AddRoleToDbClusterRequest extends RdsRequest implements ToCopyableBuilder<AddRoleToDbClusterRequest.Builder,AddRoleToDbClusterRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
AddRoleToDbClusterRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static AddRoleToDbClusterRequest.Builder |
builder() |
String |
dbClusterIdentifier()
The name of the DB cluster to associate the IAM role with.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
featureName()
The name of the feature for the DB cluster that the IAM role is to be associated with.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddRoleToDbClusterRequest.Builder> |
serializableBuilderClass() |
AddRoleToDbClusterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String dbClusterIdentifier()
The name of the DB cluster to associate the IAM role with.
public 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
.
arn:aws:iam::123456789012:role/AuroraAccessRole
.public String featureName()
The name of the feature for the DB cluster that the IAM role is to be associated with. For the list of supported feature names, see DBEngineVersion.
public AddRoleToDbClusterRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AddRoleToDbClusterRequest.Builder,AddRoleToDbClusterRequest>
toBuilder
in class RdsRequest
public static AddRoleToDbClusterRequest.Builder builder()
public static Class<? extends AddRoleToDbClusterRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.