Interface ListWorkflowsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>,MigrationHubOrchestratorRequest.Builder,SdkBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkflowsRequest
public static interface ListWorkflowsRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
-
-
Method Summary
-
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
-
maxResults
ListWorkflowsRequest.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.
-
nextToken
ListWorkflowsRequest.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.
-
templateId
ListWorkflowsRequest.Builder templateId(String templateId)
The ID of the template.
- Parameters:
templateId- The ID of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adsApplicationConfigurationName
ListWorkflowsRequest.Builder adsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
- Parameters:
adsApplicationConfigurationName- The name of the application configured in Application Discovery Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListWorkflowsRequest.Builder status(String status)
The status of the migration workflow.
- Parameters:
status- The status of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationWorkflowStatusEnum,MigrationWorkflowStatusEnum
-
status
ListWorkflowsRequest.Builder status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
- Parameters:
status- The status of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationWorkflowStatusEnum,MigrationWorkflowStatusEnum
-
name
ListWorkflowsRequest.Builder name(String name)
The name of the migration workflow.
- Parameters:
name- The name of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkflowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkflowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-