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