Interface StartVectorEnrichmentJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartVectorEnrichmentJobRequest.Builder,StartVectorEnrichmentJobRequest>,SageMakerGeospatialRequest.Builder,SdkBuilder<StartVectorEnrichmentJobRequest.Builder,StartVectorEnrichmentJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartVectorEnrichmentJobRequest
public static interface StartVectorEnrichmentJobRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<StartVectorEnrichmentJobRequest.Builder,StartVectorEnrichmentJobRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialRequest.Builder
build
-
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
-
clientToken
StartVectorEnrichmentJobRequest.Builder clientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
- Parameters:
clientToken- A unique token that guarantees that the call to this API is idempotent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRoleArn
StartVectorEnrichmentJobRequest.Builder executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
- Parameters:
executionRoleArn- The Amazon Resource Name (ARN) of the IAM role that you specified for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfig
StartVectorEnrichmentJobRequest.Builder inputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for the Vector Enrichment job.
- Parameters:
inputConfig- Input configuration information for the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfig
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.Builderavoiding the need to create one manually viaVectorEnrichmentJobInputConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputConfig(VectorEnrichmentJobInputConfig).- Parameters:
inputConfig- a consumer that will call methods onVectorEnrichmentJobInputConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputConfig(VectorEnrichmentJobInputConfig)
-
jobConfig
StartVectorEnrichmentJobRequest.Builder jobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
- Parameters:
jobConfig- An object containing information about the job configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobConfig
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.Builderavoiding the need to create one manually viaVectorEnrichmentJobConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobConfig(VectorEnrichmentJobConfig).- Parameters:
jobConfig- a consumer that will call methods onVectorEnrichmentJobConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jobConfig(VectorEnrichmentJobConfig)
-
kmsKeyId
StartVectorEnrichmentJobRequest.Builder kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
- Parameters:
kmsKeyId- The Key Management Service key ID for server-side encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
StartVectorEnrichmentJobRequest.Builder name(String name)
The name of the Vector Enrichment job.
- Parameters:
name- The name of the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StartVectorEnrichmentJobRequest.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.
-
overrideConfiguration
StartVectorEnrichmentJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartVectorEnrichmentJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-