@Generated(value="software.amazon.awssdk:codegen") public final class AwsRedshiftClusterIamRole extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterIamRole.Builder,AwsRedshiftClusterIamRole>
An IAM role that the cluster can use to access other Amazon Web Services services.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRedshiftClusterIamRole.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applyStatus()
The status of the IAM role's association with the cluster.
|
static AwsRedshiftClusterIamRole.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRoleArn()
The ARN of the IAM role.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRedshiftClusterIamRole.Builder> |
serializableBuilderClass() |
AwsRedshiftClusterIamRole.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applyStatus()
The status of the IAM role's association with the cluster.
Valid values: in-sync | adding | removing
Valid values: in-sync | adding | removing
public final String iamRoleArn()
The ARN of the IAM role.
public AwsRedshiftClusterIamRole.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRedshiftClusterIamRole.Builder,AwsRedshiftClusterIamRole>public static AwsRedshiftClusterIamRole.Builder builder()
public static Class<? extends AwsRedshiftClusterIamRole.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.