public static interface WorkflowDetail.Builder extends SdkPojo, CopyableBuilder<WorkflowDetail.Builder,WorkflowDetail>
| Modifier and Type | Method and Description |
|---|---|
WorkflowDetail.Builder |
executionRole(String executionRole)
Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all
workflow steps can operate on the required resources
|
WorkflowDetail.Builder |
workflowId(String workflowId)
A unique identifier for the workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowDetail.Builder workflowId(String workflowId)
A unique identifier for the workflow.
workflowId - A unique identifier for the workflow.WorkflowDetail.Builder executionRole(String executionRole)
Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources
executionRole - Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so
that all workflow steps can operate on the required resourcesCopyright © 2023. All rights reserved.