public static interface ListWorkflowsRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that can be returned.
maxResults - The maximum number of results that can be returned.ListWorkflowsRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListWorkflowsRequest.Builder templateId(String templateId)
The ID of the template.
templateId - The ID of the template.ListWorkflowsRequest.Builder adsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.ListWorkflowsRequest.Builder status(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumListWorkflowsRequest.Builder status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumListWorkflowsRequest.Builder name(String name)
The name of the migration workflow.
name - The name of the migration workflow.ListWorkflowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkflowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.