public static interface ListApplicationStatesRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationStatesRequest.Builder,ListApplicationStatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationStatesRequest.Builder |
applicationIds(Collection<String> applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
|
ListApplicationStatesRequest.Builder |
applicationIds(String... applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
|
ListApplicationStatesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to be returned per page.
|
ListApplicationStatesRequest.Builder |
nextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
ListApplicationStatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationStatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationStatesRequest.Builder applicationIds(Collection<String> applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
applicationIds - The configurationIds from the Application Discovery Service that uniquely identifies your
applications.ListApplicationStatesRequest.Builder applicationIds(String... applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
applicationIds - The configurationIds from the Application Discovery Service that uniquely identifies your
applications.ListApplicationStatesRequest.Builder nextToken(String nextToken)
If a NextToken was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in NextToken.
nextToken - If a NextToken was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in
NextToken.ListApplicationStatesRequest.Builder maxResults(Integer maxResults)
Maximum number of results to be returned per page.
maxResults - Maximum number of results to be returned per page.ListApplicationStatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationStatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.