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