public static interface ListedWorkflow.Builder extends SdkPojo, CopyableBuilder<ListedWorkflow.Builder,ListedWorkflow>
| Modifier and Type | Method and Description |
|---|---|
ListedWorkflow.Builder |
arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
|
ListedWorkflow.Builder |
description(String description)
Specifies the text description for the workflow.
|
ListedWorkflow.Builder |
workflowId(String workflowId)
A unique identifier for the workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedWorkflow.Builder workflowId(String workflowId)
A unique identifier for the workflow.
workflowId - A unique identifier for the workflow.ListedWorkflow.Builder description(String description)
Specifies the text description for the workflow.
description - Specifies the text description for the workflow.ListedWorkflow.Builder arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
arn - Specifies the unique Amazon Resource Name (ARN) for the workflow.Copyright © 2023. All rights reserved.