Interface ListEarthObservationJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEarthObservationJobsResponse.Builder,ListEarthObservationJobsResponse>,SageMakerGeospatialResponse.Builder,SdkBuilder<ListEarthObservationJobsResponse.Builder,ListEarthObservationJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEarthObservationJobsResponse
public static interface ListEarthObservationJobsResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<ListEarthObservationJobsResponse.Builder,ListEarthObservationJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEarthObservationJobsResponse.BuilderearthObservationJobSummaries(Collection<ListEarthObservationJobOutputConfig> earthObservationJobSummaries)Contains summary information about the Earth Observation jobs.ListEarthObservationJobsResponse.BuilderearthObservationJobSummaries(Consumer<ListEarthObservationJobOutputConfig.Builder>... earthObservationJobSummaries)Contains summary information about the Earth Observation jobs.ListEarthObservationJobsResponse.BuilderearthObservationJobSummaries(ListEarthObservationJobOutputConfig... earthObservationJobSummaries)Contains summary information about the Earth Observation jobs.ListEarthObservationJobsResponse.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
-
earthObservationJobSummaries
ListEarthObservationJobsResponse.Builder earthObservationJobSummaries(Collection<ListEarthObservationJobOutputConfig> earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
- Parameters:
earthObservationJobSummaries- Contains summary information about the Earth Observation jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
earthObservationJobSummaries
ListEarthObservationJobsResponse.Builder earthObservationJobSummaries(ListEarthObservationJobOutputConfig... earthObservationJobSummaries)
Contains summary information about the Earth Observation jobs.
- Parameters:
earthObservationJobSummaries- Contains summary information about the Earth Observation jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
earthObservationJobSummaries
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.Builderavoiding the need to create one manually viaListEarthObservationJobOutputConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#earthObservationJobSummaries(List.) - Parameters:
earthObservationJobSummaries- a consumer that will call methods onListEarthObservationJobOutputConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#earthObservationJobSummaries(java.util.Collection)
-
nextToken
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.
- 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.
-
-