public static interface StartVectorEnrichmentJobRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<StartVectorEnrichmentJobRequest.Builder,StartVectorEnrichmentJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartVectorEnrichmentJobRequest.Builder clientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
clientToken - A unique token that guarantees that the call to this API is idempotent.StartVectorEnrichmentJobRequest.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.StartVectorEnrichmentJobRequest.Builder inputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for the Vector Enrichment job.
inputConfig - Input configuration information for the Vector Enrichment job.default StartVectorEnrichmentJobRequest.Builder inputConfig(Consumer<VectorEnrichmentJobInputConfig.Builder> inputConfig)
Input configuration information for 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)StartVectorEnrichmentJobRequest.Builder jobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
jobConfig - An object containing information about the job configuration.default StartVectorEnrichmentJobRequest.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)StartVectorEnrichmentJobRequest.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.StartVectorEnrichmentJobRequest.Builder name(String name)
The name of the Vector Enrichment job.
name - The name of the Vector Enrichment job.StartVectorEnrichmentJobRequest.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.StartVectorEnrichmentJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartVectorEnrichmentJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.