public static interface GetWorkflowStepsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowStepsRequest.Builder,GetWorkflowStepsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowStepsRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
GetWorkflowStepsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
GetWorkflowStepsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
GetWorkflowStepsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkflowStepsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWorkflowStepsRequest.Builder |
workflowId(String workflowId)
Unique identifier for the workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowStepsRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.GetWorkflowStepsRequest.Builder workflowId(String workflowId)
Unique identifier for the workflow.
workflowId - Unique identifier for the workflow.GetWorkflowStepsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.GetWorkflowStepsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.GetWorkflowStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetWorkflowStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.