public static interface StartVectorEnrichmentJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<StartVectorEnrichmentJobResponse.Builder,StartVectorEnrichmentJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartVectorEnrichmentJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job.
|
StartVectorEnrichmentJobResponse.Builder |
creationTime(Instant creationTime)
The creation time.
|
StartVectorEnrichmentJobResponse.Builder |
durationInSeconds(Integer durationInSeconds)
The duration of the Vector Enrichment job, in seconds.
|
StartVectorEnrichmentJobResponse.Builder |
executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
default StartVectorEnrichmentJobResponse.Builder |
inputConfig(Consumer<VectorEnrichmentJobInputConfig.Builder> inputConfig)
Input configuration information for starting the Vector Enrichment job.
|
StartVectorEnrichmentJobResponse.Builder |
inputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for starting the Vector Enrichment job.
|
default StartVectorEnrichmentJobResponse.Builder |
jobConfig(Consumer<VectorEnrichmentJobConfig.Builder> jobConfig)
An object containing information about the job configuration.
|
StartVectorEnrichmentJobResponse.Builder |
jobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
|
StartVectorEnrichmentJobResponse.Builder |
kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
|
StartVectorEnrichmentJobResponse.Builder |
name(String name)
The name of the Vector Enrichment job.
|
StartVectorEnrichmentJobResponse.Builder |
status(String status)
The status of the Vector Enrichment job being started.
|
StartVectorEnrichmentJobResponse.Builder |
status(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment job being started.
|
StartVectorEnrichmentJobResponse.Builder |
tags(Map<String,String> tags)
Each tag consists of a key and a value.
|
StartVectorEnrichmentJobResponse.Builder |
type(String type)
The type of the Vector Enrichment job.
|
StartVectorEnrichmentJobResponse.Builder |
type(VectorEnrichmentJobType type)
The type of the Vector Enrichment job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartVectorEnrichmentJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job.
arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.StartVectorEnrichmentJobResponse.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.StartVectorEnrichmentJobResponse.Builder durationInSeconds(Integer durationInSeconds)
The duration of the Vector Enrichment job, in seconds.
durationInSeconds - The duration of the Vector Enrichment job, in seconds.StartVectorEnrichmentJobResponse.Builder executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for the job.StartVectorEnrichmentJobResponse.Builder inputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for starting the Vector Enrichment job.
inputConfig - Input configuration information for starting the Vector Enrichment job.default StartVectorEnrichmentJobResponse.Builder inputConfig(Consumer<VectorEnrichmentJobInputConfig.Builder> inputConfig)
Input configuration information for starting the Vector Enrichment job.
This is a convenience method that creates an instance of theVectorEnrichmentJobInputConfig.Builder
avoiding the need to create one manually via VectorEnrichmentJobInputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to inputConfig(VectorEnrichmentJobInputConfig).
inputConfig - a consumer that will call methods on VectorEnrichmentJobInputConfig.BuilderinputConfig(VectorEnrichmentJobInputConfig)StartVectorEnrichmentJobResponse.Builder jobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
jobConfig - An object containing information about the job configuration.default StartVectorEnrichmentJobResponse.Builder jobConfig(Consumer<VectorEnrichmentJobConfig.Builder> jobConfig)
An object containing information about the job configuration.
This is a convenience method that creates an instance of theVectorEnrichmentJobConfig.Builder
avoiding the need to create one manually via VectorEnrichmentJobConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to jobConfig(VectorEnrichmentJobConfig).
jobConfig - a consumer that will call methods on VectorEnrichmentJobConfig.BuilderjobConfig(VectorEnrichmentJobConfig)StartVectorEnrichmentJobResponse.Builder kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
kmsKeyId - The Key Management Service key ID for server-side encryption.StartVectorEnrichmentJobResponse.Builder name(String name)
The name of the Vector Enrichment job.
name - The name of the Vector Enrichment job.StartVectorEnrichmentJobResponse.Builder status(String status)
The status of the Vector Enrichment job being started.
status - The status of the Vector Enrichment job being started.VectorEnrichmentJobStatus,
VectorEnrichmentJobStatusStartVectorEnrichmentJobResponse.Builder status(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment job being started.
status - The status of the Vector Enrichment job being started.VectorEnrichmentJobStatus,
VectorEnrichmentJobStatusStartVectorEnrichmentJobResponse.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.StartVectorEnrichmentJobResponse.Builder type(String type)
The type of the Vector Enrichment job.
type - The type of the Vector Enrichment job.VectorEnrichmentJobType,
VectorEnrichmentJobTypeStartVectorEnrichmentJobResponse.Builder type(VectorEnrichmentJobType type)
The type of the Vector Enrichment job.
type - The type of the Vector Enrichment job.VectorEnrichmentJobType,
VectorEnrichmentJobTypeCopyright © 2023. All rights reserved.