Interface SearchRasterDataCollectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchRasterDataCollectionResponse.Builder,SearchRasterDataCollectionResponse>,SageMakerGeospatialResponse.Builder,SdkBuilder<SearchRasterDataCollectionResponse.Builder,SearchRasterDataCollectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SearchRasterDataCollectionResponse
public static interface SearchRasterDataCollectionResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<SearchRasterDataCollectionResponse.Builder,SearchRasterDataCollectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchRasterDataCollectionResponse.BuilderapproximateResultCount(Integer approximateResultCount)Approximate number of results in the response.SearchRasterDataCollectionResponse.Builderitems(Collection<ItemSource> items)List of items matching the Raster DataCollectionQuery.SearchRasterDataCollectionResponse.Builderitems(Consumer<ItemSource.Builder>... items)List of items matching the Raster DataCollectionQuery.SearchRasterDataCollectionResponse.Builderitems(ItemSource... items)List of items matching the Raster DataCollectionQuery.SearchRasterDataCollectionResponse.BuildernextToken(String nextToken)If the previous response was truncated, you receive this token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
approximateResultCount
SearchRasterDataCollectionResponse.Builder approximateResultCount(Integer approximateResultCount)
Approximate number of results in the response.
- Parameters:
approximateResultCount- Approximate number of results in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
SearchRasterDataCollectionResponse.Builder items(Collection<ItemSource> items)
List of items matching the Raster DataCollectionQuery.
- Parameters:
items- List of items matching the Raster DataCollectionQuery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
SearchRasterDataCollectionResponse.Builder items(ItemSource... items)
List of items matching the Raster DataCollectionQuery.
- Parameters:
items- List of items matching the Raster DataCollectionQuery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
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.Builderavoiding the need to create one manually viaItemSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onItemSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-