| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterIamRole |
ClusterIamRole.clone() |
ClusterIamRole |
ClusterIamRole.withApplyStatus(String applyStatus)
A value that describes the status of the IAM role's association with an Amazon Redshift cluster.
|
ClusterIamRole |
ClusterIamRole.withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role, for example,
arn:aws:iam::123456789012:role/RedshiftCopyUnload. |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterIamRole> |
Cluster.getIamRoles()
A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS
services.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withIamRoles(ClusterIamRole... iamRoles)
A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS
services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setIamRoles(Collection<ClusterIamRole> iamRoles)
A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS
services.
|
Cluster |
Cluster.withIamRoles(Collection<ClusterIamRole> iamRoles)
A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS
services.
|
Copyright © 2017. All rights reserved.