| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterIamRole.Builder |
ClusterIamRole.Builder.applyStatus(String applyStatus)
A value that describes the status of the IAM role's association with an Amazon Redshift cluster.
|
static ClusterIamRole.Builder |
ClusterIamRole.builder() |
ClusterIamRole.Builder |
ClusterIamRole.Builder.iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role, for example,
arn:aws:iam::123456789012:role/RedshiftCopyUnload. |
ClusterIamRole.Builder |
ClusterIamRole.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterIamRole.Builder> |
ClusterIamRole.serializableBuilderClass() |
Copyright © 2020. All rights reserved.