public static interface ListCollectorsResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<ListCollectorsResponse.Builder,ListCollectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCollectorsResponse.Builder |
collectors(Collection<Collector> collectors)
The list of all the installed collectors.
|
ListCollectorsResponse.Builder |
collectors(Collector... collectors)
The list of all the installed collectors.
|
ListCollectorsResponse.Builder |
collectors(Consumer<Collector.Builder>... collectors)
The list of all the installed collectors.
|
ListCollectorsResponse.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, buildListCollectorsResponse.Builder collectors(Collection<Collector> collectors)
The list of all the installed collectors.
collectors - The list of all the installed collectors.ListCollectorsResponse.Builder collectors(Collector... collectors)
The list of all the installed collectors.
collectors - The list of all the installed collectors.ListCollectorsResponse.Builder collectors(Consumer<Collector.Builder>... collectors)
The list of all the installed collectors.
This is a convenience method that creates an instance of theCollector.Builder avoiding the need to
create one manually via
Collector.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #collectors(List.
collectors - a consumer that will call methods on
Collector.Builder#collectors(java.util.Collection) ListCollectorsResponse.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 © 2022. All rights reserved.