public static interface TaskCredentials.Builder extends SdkPojo, CopyableBuilder<TaskCredentials.Builder,TaskCredentials>
| Modifier and Type | Method and Description |
|---|---|
TaskCredentials.Builder |
roleArn(String roleArn)
The ARN of an IAM role that Step Functions assumes for the task.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskCredentials.Builder roleArn(String roleArn)
The ARN of an IAM role that Step Functions assumes for the task. The role can allow cross-account access to resources.
roleArn - The ARN of an IAM role that Step Functions assumes for the task. The role can allow cross-account
access to resources.Copyright © 2022. All rights reserved.