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