Interface ListVectorEnrichmentJobOutputConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListVectorEnrichmentJobOutputConfig.Builder,
,ListVectorEnrichmentJobOutputConfig> SdkBuilder<ListVectorEnrichmentJobOutputConfig.Builder,
,ListVectorEnrichmentJobOutputConfig> SdkPojo
- Enclosing class:
ListVectorEnrichmentJobOutputConfig
@Mutable
@NotThreadSafe
public static interface ListVectorEnrichmentJobOutputConfig.Builder
extends SdkPojo, CopyableBuilder<ListVectorEnrichmentJobOutputConfig.Builder,ListVectorEnrichmentJobOutputConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.creationTime
(Instant creationTime) The creation time.durationInSeconds
(Integer durationInSeconds) The duration of the session, in seconds.The names of the Vector Enrichment jobs in the list.The status of the Vector Enrichment jobs list.status
(VectorEnrichmentJobStatus status) The status of the Vector Enrichment jobs list.Each tag consists of a key and a value.The type of the list of Vector Enrichment jobs.type
(VectorEnrichmentJobType type) The type of the list of Vector Enrichment jobs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time.
- Parameters:
creationTime
- The creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationInSeconds
The duration of the session, in seconds.
- Parameters:
durationInSeconds
- The duration of the session, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The names of the Vector Enrichment jobs in the list.
- Parameters:
name
- The names of the Vector Enrichment jobs in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Vector Enrichment jobs list.
- Parameters:
status
- The status of the Vector Enrichment jobs list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Vector Enrichment jobs list.
- Parameters:
status
- The status of the Vector Enrichment jobs list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Each tag consists of a key and a value.
- Parameters:
tags
- Each tag consists of a key and a value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the list of Vector Enrichment jobs.
- Parameters:
type
- The type of the list of Vector Enrichment jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the list of Vector Enrichment jobs.
- Parameters:
type
- The type of the list of Vector Enrichment jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-