public static interface ListDiscoverersResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<ListDiscoverersResponse.Builder,ListDiscoverersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDiscoverersResponse.Builder |
discoverers(Collection<DiscovererSummary> discoverers)
An array of DiscovererSummary information.
|
ListDiscoverersResponse.Builder |
discoverers(Consumer<DiscovererSummary.Builder>... discoverers)
An array of DiscovererSummary information.
|
ListDiscoverersResponse.Builder |
discoverers(DiscovererSummary... discoverers)
An array of DiscovererSummary information.
|
ListDiscoverersResponse.Builder |
nextToken(String nextToken)
The token that specifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDiscoverersResponse.Builder discoverers(Collection<DiscovererSummary> discoverers)
An array of DiscovererSummary information.
discoverers - An array of DiscovererSummary information.ListDiscoverersResponse.Builder discoverers(DiscovererSummary... discoverers)
An array of DiscovererSummary information.
discoverers - An array of DiscovererSummary information.ListDiscoverersResponse.Builder discoverers(Consumer<DiscovererSummary.Builder>... discoverers)
An array of DiscovererSummary information.
This is a convenience method that creates an instance of theDiscovererSummary.Builder avoiding the need to create
one manually via DiscovererSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #discoverers(List.
discoverers - a consumer that will call methods on
DiscovererSummary.Builder#discoverers(java.util.Collection) ListDiscoverersResponse.Builder nextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken - The token that specifies the next page of results to return. To request the first page, leave
NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.Copyright © 2022. All rights reserved.