public static interface GetWorkflowStepsResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowStepsResponse.Builder,GetWorkflowStepsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowStepsResponse.Builder |
items(Collection<WorkflowStepItem> items)
List containing workflow step details.
|
GetWorkflowStepsResponse.Builder |
items(Consumer<WorkflowStepItem.Builder>... items)
List containing workflow step details.
|
GetWorkflowStepsResponse.Builder |
items(WorkflowStepItem... items)
List containing workflow step details.
|
GetWorkflowStepsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
GetWorkflowStepsResponse.Builder |
workflowId(String workflowId)
Unique identifier for the workflow.
|
GetWorkflowStepsResponse.Builder |
workflowType(String workflowType)
The type of workflow.
|
GetWorkflowStepsResponse.Builder |
workflowType(WorkflowType workflowType)
The type of workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowStepsResponse.Builder workflowId(String workflowId)
Unique identifier for the workflow.
workflowId - Unique identifier for the workflow.GetWorkflowStepsResponse.Builder workflowType(String workflowType)
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.WorkflowType,
WorkflowTypeGetWorkflowStepsResponse.Builder workflowType(WorkflowType workflowType)
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.WorkflowType,
WorkflowTypeGetWorkflowStepsResponse.Builder items(Collection<WorkflowStepItem> items)
List containing workflow step details.
items - List containing workflow step details.GetWorkflowStepsResponse.Builder items(WorkflowStepItem... items)
List containing workflow step details.
items - List containing workflow step details.GetWorkflowStepsResponse.Builder items(Consumer<WorkflowStepItem.Builder>... items)
List containing workflow step details.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) GetWorkflowStepsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2022. All rights reserved.