Interface ListVectorEnrichmentJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListVectorEnrichmentJobsResponse.Builder,ListVectorEnrichmentJobsResponse>,SageMakerGeospatialResponse.Builder,SdkBuilder<ListVectorEnrichmentJobsResponse.Builder,ListVectorEnrichmentJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListVectorEnrichmentJobsResponse
public static interface ListVectorEnrichmentJobsResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<ListVectorEnrichmentJobsResponse.Builder,ListVectorEnrichmentJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVectorEnrichmentJobsResponse.BuildernextToken(String nextToken)If the previous response was truncated, you receive this token.ListVectorEnrichmentJobsResponse.BuildervectorEnrichmentJobSummaries(Collection<ListVectorEnrichmentJobOutputConfig> vectorEnrichmentJobSummaries)Contains summary information about the Vector Enrichment jobs.ListVectorEnrichmentJobsResponse.BuildervectorEnrichmentJobSummaries(Consumer<ListVectorEnrichmentJobOutputConfig.Builder>... vectorEnrichmentJobSummaries)Contains summary information about the Vector Enrichment jobs.ListVectorEnrichmentJobsResponse.BuildervectorEnrichmentJobSummaries(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListVectorEnrichmentJobsResponse.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.
-
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.Builderavoiding the need to create one manually viaListVectorEnrichmentJobOutputConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vectorEnrichmentJobSummaries(List.) - 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:
#vectorEnrichmentJobSummaries(java.util.Collection)
-
-