Interface ListEarthObservationJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEarthObservationJobsRequest.Builder,ListEarthObservationJobsRequest>,SageMakerGeospatialRequest.Builder,SdkBuilder<ListEarthObservationJobsRequest.Builder,ListEarthObservationJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEarthObservationJobsRequest
public static interface ListEarthObservationJobsRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<ListEarthObservationJobsRequest.Builder,ListEarthObservationJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEarthObservationJobsRequest.BuildermaxResults(Integer maxResults)The total number of items to return.ListEarthObservationJobsRequest.BuildernextToken(String nextToken)If the previous response was truncated, you receive this token.ListEarthObservationJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEarthObservationJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEarthObservationJobsRequest.BuildersortBy(String sortBy)The parameter by which to sort the results.ListEarthObservationJobsRequest.BuildersortOrder(String sortOrder)An optional value that specifies whether you want the results sorted inAscendingorDescendingorder.ListEarthObservationJobsRequest.BuildersortOrder(SortOrder sortOrder)An optional value that specifies whether you want the results sorted inAscendingorDescendingorder.ListEarthObservationJobsRequest.BuilderstatusEquals(String statusEquals)A filter that retrieves only jobs with a specific status.ListEarthObservationJobsRequest.BuilderstatusEquals(EarthObservationJobStatus statusEquals)A filter that retrieves only jobs with a specific status.-
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
ListEarthObservationJobsRequest.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
ListEarthObservationJobsRequest.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.
-
sortBy
ListEarthObservationJobsRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results.
- Parameters:
sortBy- The parameter by which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
ListEarthObservationJobsRequest.Builder sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
AscendingorDescendingorder.
-
sortOrder
ListEarthObservationJobsRequest.Builder sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
AscendingorDescendingorder.
-
statusEquals
ListEarthObservationJobsRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
- Parameters:
statusEquals- A filter that retrieves only jobs with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobStatus,EarthObservationJobStatus
-
statusEquals
ListEarthObservationJobsRequest.Builder statusEquals(EarthObservationJobStatus statusEquals)
A filter that retrieves only jobs with a specific status.
- Parameters:
statusEquals- A filter that retrieves only jobs with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobStatus,EarthObservationJobStatus
-
overrideConfiguration
ListEarthObservationJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEarthObservationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-