public static interface ListApplicationComponentsResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationComponentsResponse.Builder,ListApplicationComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationComponentsResponse.Builder |
applicationComponentInfos(ApplicationComponentDetail... applicationComponentInfos)
The list of application components with detailed information about each component.
|
ListApplicationComponentsResponse.Builder |
applicationComponentInfos(Collection<ApplicationComponentDetail> applicationComponentInfos)
The list of application components with detailed information about each component.
|
ListApplicationComponentsResponse.Builder |
applicationComponentInfos(Consumer<ApplicationComponentDetail.Builder>... applicationComponentInfos)
The list of application components with detailed information about each component.
|
ListApplicationComponentsResponse.Builder |
nextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationComponentsResponse.Builder applicationComponentInfos(Collection<ApplicationComponentDetail> applicationComponentInfos)
The list of application components with detailed information about each component.
applicationComponentInfos - The list of application components with detailed information about each component.ListApplicationComponentsResponse.Builder applicationComponentInfos(ApplicationComponentDetail... applicationComponentInfos)
The list of application components with detailed information about each component.
applicationComponentInfos - The list of application components with detailed information about each component.ListApplicationComponentsResponse.Builder applicationComponentInfos(Consumer<ApplicationComponentDetail.Builder>... applicationComponentInfos)
The list of application components with detailed information about each component.
This is a convenience method that creates an instance of theApplicationComponentDetail.Builder
avoiding the need to create one manually via
ApplicationComponentDetail.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #applicationComponentInfos(List.
applicationComponentInfos - a consumer that will call methods on
ApplicationComponentDetail.Builder#applicationComponentInfos(java.util.Collection) ListApplicationComponentsResponse.Builder nextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
nextToken - The token you use to retrieve the next set of results, or null if there are no more results.Copyright © 2023. All rights reserved.