public static interface ListEarthObservationJobsResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<ListEarthObservationJobsResponse.Builder,ListEarthObservationJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEarthObservationJobsResponse.Builder |
earthObservationJobSummaries(Collection<ListEarthObservationJobOutputConfig> earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
|
ListEarthObservationJobsResponse.Builder |
earthObservationJobSummaries(Consumer<ListEarthObservationJobOutputConfig.Builder>... earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
|
ListEarthObservationJobsResponse.Builder |
earthObservationJobSummaries(ListEarthObservationJobOutputConfig... earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
|
ListEarthObservationJobsResponse.Builder |
nextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEarthObservationJobsResponse.Builder earthObservationJobSummaries(Collection<ListEarthObservationJobOutputConfig> earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
earthObservationJobSummaries - Contains summary information about the Earth Observation jobs.ListEarthObservationJobsResponse.Builder earthObservationJobSummaries(ListEarthObservationJobOutputConfig... earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
earthObservationJobSummaries - Contains summary information about the Earth Observation jobs.ListEarthObservationJobsResponse.Builder earthObservationJobSummaries(Consumer<ListEarthObservationJobOutputConfig.Builder>... earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
This is a convenience method that creates an instance of theListEarthObservationJobOutputConfig.Builder
avoiding the need to create one manually via
ListEarthObservationJobOutputConfig.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #earthObservationJobSummaries(List.
earthObservationJobSummaries - a consumer that will call methods on
ListEarthObservationJobOutputConfig.Builder#earthObservationJobSummaries(java.util.Collection) ListEarthObservationJobsResponse.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.