Interface TaskCredentials.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskCredentials.Builder,
,TaskCredentials> SdkBuilder<TaskCredentials.Builder,
,TaskCredentials> SdkPojo
- Enclosing class:
TaskCredentials
public static interface TaskCredentials.Builder
extends SdkPojo, CopyableBuilder<TaskCredentials.Builder,TaskCredentials>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of an IAM role that Step Functions assumes for the task.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
roleArn
The ARN of an IAM role that Step Functions assumes for the task. The role can allow cross-account access to resources.
- Parameters:
roleArn
- The ARN of an IAM role that Step Functions assumes for the task. The role can allow cross-account access to resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-