public static interface ListVectorEnrichmentJobOutputConfig.Builder extends SdkPojo, CopyableBuilder<ListVectorEnrichmentJobOutputConfig.Builder,ListVectorEnrichmentJobOutputConfig>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListVectorEnrichmentJobOutputConfig.Builder arn(String arn)
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
arn - The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.ListVectorEnrichmentJobOutputConfig.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.ListVectorEnrichmentJobOutputConfig.Builder durationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
durationInSeconds - The duration of the session, in seconds.ListVectorEnrichmentJobOutputConfig.Builder name(String name)
The names of the Vector Enrichment jobs in the list.
name - The names of the Vector Enrichment jobs in the list.ListVectorEnrichmentJobOutputConfig.Builder status(String status)
The status of the Vector Enrichment jobs list.
status - The status of the Vector Enrichment jobs list.VectorEnrichmentJobStatus,
VectorEnrichmentJobStatusListVectorEnrichmentJobOutputConfig.Builder status(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment jobs list.
status - The status of the Vector Enrichment jobs list.VectorEnrichmentJobStatus,
VectorEnrichmentJobStatusListVectorEnrichmentJobOutputConfig.Builder tags(Map<String,String> tags)
Each tag consists of a key and a value.
tags - Each tag consists of a key and a value.ListVectorEnrichmentJobOutputConfig.Builder type(String type)
The type of the list of Vector Enrichment jobs.
type - The type of the list of Vector Enrichment jobs.VectorEnrichmentJobType,
VectorEnrichmentJobTypeListVectorEnrichmentJobOutputConfig.Builder type(VectorEnrichmentJobType type)
The type of the list of Vector Enrichment jobs.
type - The type of the list of Vector Enrichment jobs.VectorEnrichmentJobType,
VectorEnrichmentJobTypeCopyright © 2023. All rights reserved.