public static interface ListEarthObservationJobsRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<ListEarthObservationJobsRequest.Builder,ListEarthObservationJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEarthObservationJobsRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return.
|
ListEarthObservationJobsRequest.Builder |
nextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
ListEarthObservationJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEarthObservationJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEarthObservationJobsRequest.Builder |
sortBy(String sortBy)
The parameter by which to sort the results.
|
ListEarthObservationJobsRequest.Builder |
sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListEarthObservationJobsRequest.Builder |
sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListEarthObservationJobsRequest.Builder |
statusEquals(EarthObservationJobStatus statusEquals)
A filter that retrieves only jobs with a specific status.
|
ListEarthObservationJobsRequest.Builder |
statusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEarthObservationJobsRequest.Builder maxResults(Integer maxResults)
The total number of items to return.
maxResults - The total number of items to return.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.
nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive
the next set of results.ListEarthObservationJobsRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results.
sortBy - The parameter by which to sort the results.ListEarthObservationJobsRequest.Builder sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
ListEarthObservationJobsRequest.Builder sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
ListEarthObservationJobsRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
statusEquals - A filter that retrieves only jobs with a specific status.EarthObservationJobStatus,
EarthObservationJobStatusListEarthObservationJobsRequest.Builder statusEquals(EarthObservationJobStatus statusEquals)
A filter that retrieves only jobs with a specific status.
statusEquals - A filter that retrieves only jobs with a specific status.EarthObservationJobStatus,
EarthObservationJobStatusListEarthObservationJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEarthObservationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.