Uses of Interface
software.amazon.awssdk.services.redshift.model.ClusterIamRole.Builder
-
Packages that use ClusterIamRole.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterIamRole.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ClusterIamRole.Builder Modifier and Type Method Description ClusterIamRole.BuilderClusterIamRole.Builder. applyStatus(String applyStatus)A value that describes the status of the IAM role's association with an Amazon Redshift cluster.static ClusterIamRole.BuilderClusterIamRole. builder()ClusterIamRole.BuilderClusterIamRole.Builder. iamRoleArn(String iamRoleArn)The Amazon Resource Name (ARN) of the IAM role, for example,arn:aws:iam::123456789012:role/RedshiftCopyUnload.ClusterIamRole.BuilderClusterIamRole. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterIamRole.Builder Modifier and Type Method Description static Class<? extends ClusterIamRole.Builder>ClusterIamRole. serializableBuilderClass()
-