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