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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskCredentials.BuilderroleArn(String roleArn)The 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
roleArn
TaskCredentials.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.
- 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.
-
-