public static interface ListWorkflowStepsRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepsRequest.Builder,ListWorkflowStepsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that can be returned.
|
ListWorkflowStepsRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListWorkflowStepsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowStepsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkflowStepsRequest.Builder |
stepGroupId(String stepGroupId)
The ID of the step group.
|
ListWorkflowStepsRequest.Builder |
workflowId(String workflowId)
The ID of the migration workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowStepsRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListWorkflowStepsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that can be returned.
maxResults - The maximum number of results that can be returned.ListWorkflowStepsRequest.Builder workflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.ListWorkflowStepsRequest.Builder stepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.ListWorkflowStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkflowStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.