Interface ListVectorEnrichmentJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListVectorEnrichmentJobsResponse.Builder,
,ListVectorEnrichmentJobsResponse> SageMakerGeospatialResponse.Builder
,SdkBuilder<ListVectorEnrichmentJobsResponse.Builder,
,ListVectorEnrichmentJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListVectorEnrichmentJobsResponse
@Mutable
@NotThreadSafe
public static interface ListVectorEnrichmentJobsResponse.Builder
extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<ListVectorEnrichmentJobsResponse.Builder,ListVectorEnrichmentJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the previous response was truncated, you receive this token.vectorEnrichmentJobSummaries
(Collection<ListVectorEnrichmentJobOutputConfig> vectorEnrichmentJobSummaries) Contains summary information about the Vector Enrichment jobs.vectorEnrichmentJobSummaries
(Consumer<ListVectorEnrichmentJobOutputConfig.Builder>... vectorEnrichmentJobSummaries) Contains summary information about the Vector Enrichment jobs.vectorEnrichmentJobSummaries
(ListVectorEnrichmentJobOutputConfig... vectorEnrichmentJobSummaries) Contains summary information about the Vector Enrichment jobs.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
vectorEnrichmentJobSummaries
ListVectorEnrichmentJobsResponse.Builder vectorEnrichmentJobSummaries(Collection<ListVectorEnrichmentJobOutputConfig> vectorEnrichmentJobSummaries) Contains summary information about the Vector Enrichment jobs.
- Parameters:
vectorEnrichmentJobSummaries
- Contains summary information about the Vector Enrichment jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vectorEnrichmentJobSummaries
ListVectorEnrichmentJobsResponse.Builder vectorEnrichmentJobSummaries(ListVectorEnrichmentJobOutputConfig... vectorEnrichmentJobSummaries) Contains summary information about the Vector Enrichment jobs.
- Parameters:
vectorEnrichmentJobSummaries
- Contains summary information about the Vector Enrichment jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vectorEnrichmentJobSummaries
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 viaListVectorEnrichmentJobOutputConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovectorEnrichmentJobSummaries(List<ListVectorEnrichmentJobOutputConfig>)
.- Parameters:
vectorEnrichmentJobSummaries
- a consumer that will call methods onListVectorEnrichmentJobOutputConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-