public static interface SearchRasterDataCollectionResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<SearchRasterDataCollectionResponse.Builder,SearchRasterDataCollectionResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchRasterDataCollectionResponse.Builder |
approximateResultCount(Integer approximateResultCount)
Approximate number of results in the response.
|
SearchRasterDataCollectionResponse.Builder |
items(Collection<ItemSource> items)
List of items matching the Raster DataCollectionQuery.
|
SearchRasterDataCollectionResponse.Builder |
items(Consumer<ItemSource.Builder>... items)
List of items matching the Raster DataCollectionQuery.
|
SearchRasterDataCollectionResponse.Builder |
items(ItemSource... items)
List of items matching the Raster DataCollectionQuery.
|
SearchRasterDataCollectionResponse.Builder |
nextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchRasterDataCollectionResponse.Builder approximateResultCount(Integer approximateResultCount)
Approximate number of results in the response.
approximateResultCount - Approximate number of results in the response.SearchRasterDataCollectionResponse.Builder items(Collection<ItemSource> items)
List of items matching the Raster DataCollectionQuery.
items - List of items matching the Raster DataCollectionQuery.SearchRasterDataCollectionResponse.Builder items(ItemSource... items)
List of items matching the Raster DataCollectionQuery.
items - List of items matching the Raster DataCollectionQuery.SearchRasterDataCollectionResponse.Builder items(Consumer<ItemSource.Builder>... items)
List of items matching the Raster DataCollectionQuery.
This is a convenience method that creates an instance of theItemSource.Builder avoiding the need to
create one manually via
ItemSource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
ItemSource.Builder#items(java.util.Collection) SearchRasterDataCollectionResponse.Builder nextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive
the next set of results.Copyright © 2023. All rights reserved.