Interface ListVectorEnrichmentJobOutputConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListVectorEnrichmentJobOutputConfig.Builder,ListVectorEnrichmentJobOutputConfig>,SdkBuilder<ListVectorEnrichmentJobOutputConfig.Builder,ListVectorEnrichmentJobOutputConfig>,SdkPojo
- Enclosing class:
- ListVectorEnrichmentJobOutputConfig
public static interface ListVectorEnrichmentJobOutputConfig.Builder extends SdkPojo, CopyableBuilder<ListVectorEnrichmentJobOutputConfig.Builder,ListVectorEnrichmentJobOutputConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVectorEnrichmentJobOutputConfig.Builderarn(String arn)The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.ListVectorEnrichmentJobOutputConfig.BuildercreationTime(Instant creationTime)The creation time.ListVectorEnrichmentJobOutputConfig.BuilderdurationInSeconds(Integer durationInSeconds)The duration of the session, in seconds.ListVectorEnrichmentJobOutputConfig.Buildername(String name)The names of the Vector Enrichment jobs in the list.ListVectorEnrichmentJobOutputConfig.Builderstatus(String status)The status of the Vector Enrichment jobs list.ListVectorEnrichmentJobOutputConfig.Builderstatus(VectorEnrichmentJobStatus status)The status of the Vector Enrichment jobs list.ListVectorEnrichmentJobOutputConfig.Buildertags(Map<String,String> tags)Each tag consists of a key and a value.ListVectorEnrichmentJobOutputConfig.Buildertype(String type)The type of the list of Vector Enrichment jobs.ListVectorEnrichmentJobOutputConfig.Buildertype(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, sdkFields
-
-
-
-
Method Detail
-
arn
ListVectorEnrichmentJobOutputConfig.Builder arn(String 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
ListVectorEnrichmentJobOutputConfig.Builder creationTime(Instant 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
ListVectorEnrichmentJobOutputConfig.Builder durationInSeconds(Integer 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
ListVectorEnrichmentJobOutputConfig.Builder name(String 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
ListVectorEnrichmentJobOutputConfig.Builder status(String 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:
VectorEnrichmentJobStatus,VectorEnrichmentJobStatus
-
status
ListVectorEnrichmentJobOutputConfig.Builder status(VectorEnrichmentJobStatus 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:
VectorEnrichmentJobStatus,VectorEnrichmentJobStatus
-
tags
ListVectorEnrichmentJobOutputConfig.Builder tags(Map<String,String> 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
ListVectorEnrichmentJobOutputConfig.Builder type(String 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:
VectorEnrichmentJobType,VectorEnrichmentJobType
-
type
ListVectorEnrichmentJobOutputConfig.Builder type(VectorEnrichmentJobType 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:
VectorEnrichmentJobType,VectorEnrichmentJobType
-
-