Interface ListWorkflowStepGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkflowStepGroupsRequest.Builder,ListWorkflowStepGroupsRequest>,MigrationHubOrchestratorRequest.Builder,SdkBuilder<ListWorkflowStepGroupsRequest.Builder,ListWorkflowStepGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkflowStepGroupsRequest
public static interface ListWorkflowStepGroupsRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepGroupsRequest.Builder,ListWorkflowStepGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowStepGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of results that can be returned.ListWorkflowStepGroupsRequest.BuildernextToken(String nextToken)The pagination token.ListWorkflowStepGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowStepGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowStepGroupsRequest.BuilderworkflowId(String workflowId)The ID of the migration workflow.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListWorkflowStepGroupsRequest.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListWorkflowStepGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that can be returned.
- Parameters:
maxResults- The maximum number of results that can be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowId
ListWorkflowStepGroupsRequest.Builder workflowId(String workflowId)
The ID of the migration workflow.
- Parameters:
workflowId- The ID of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkflowStepGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkflowStepGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-