Interface ListRasterDataCollectionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRasterDataCollectionsRequest.Builder,ListRasterDataCollectionsRequest>,SageMakerGeospatialRequest.Builder,SdkBuilder<ListRasterDataCollectionsRequest.Builder,ListRasterDataCollectionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRasterDataCollectionsRequest
public static interface ListRasterDataCollectionsRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<ListRasterDataCollectionsRequest.Builder,ListRasterDataCollectionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRasterDataCollectionsRequest.BuildermaxResults(Integer maxResults)The total number of items to return.ListRasterDataCollectionsRequest.BuildernextToken(String nextToken)If the previous response was truncated, you receive this token.ListRasterDataCollectionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRasterDataCollectionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListRasterDataCollectionsRequest.Builder maxResults(Integer maxResults)
The total number of items to return.
- Parameters:
maxResults- The total number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRasterDataCollectionsRequest.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.
-
overrideConfiguration
ListRasterDataCollectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRasterDataCollectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-