public static interface ListApplicationStatesResponse.Builder extends MigrationHubResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationStatesResponse.Builder,ListApplicationStatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationStatesResponse.Builder |
applicationStateList(ApplicationState... applicationStateList)
A list of Applications that exist in Application Discovery Service.
|
ListApplicationStatesResponse.Builder |
applicationStateList(Collection<ApplicationState> applicationStateList)
A list of Applications that exist in Application Discovery Service.
|
ListApplicationStatesResponse.Builder |
applicationStateList(Consumer<ApplicationState.Builder>... applicationStateList)
A list of Applications that exist in Application Discovery Service.
|
ListApplicationStatesResponse.Builder |
nextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationStatesResponse.Builder applicationStateList(Collection<ApplicationState> applicationStateList)
A list of Applications that exist in Application Discovery Service.
applicationStateList - A list of Applications that exist in Application Discovery Service.ListApplicationStatesResponse.Builder applicationStateList(ApplicationState... applicationStateList)
A list of Applications that exist in Application Discovery Service.
applicationStateList - A list of Applications that exist in Application Discovery Service.ListApplicationStatesResponse.Builder applicationStateList(Consumer<ApplicationState.Builder>... applicationStateList)
A list of Applications that exist in Application Discovery Service.
This is a convenience method that creates an instance of theApplicationState.Builder avoiding the need to
create one manually via ApplicationState.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #applicationStateList(List.
applicationStateList - a consumer that will call methods on
ApplicationState.Builder#applicationStateList(java.util.Collection) ListApplicationStatesResponse.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.Copyright © 2023. All rights reserved.