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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenIf 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.
 
- 
vectorEnrichmentJobSummariesListVectorEnrichmentJobsResponse.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.
 
- 
vectorEnrichmentJobSummariesListVectorEnrichmentJobsResponse.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.
 
- 
vectorEnrichmentJobSummariesListVectorEnrichmentJobsResponse.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.Builderavoiding the need to create one manually viaListVectorEnrichmentJobOutputConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovectorEnrichmentJobSummaries(List<ListVectorEnrichmentJobOutputConfig>).- Parameters:
- vectorEnrichmentJobSummaries- a consumer that will call methods on- ListVectorEnrichmentJobOutputConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-