Interface StartVectorEnrichmentJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartVectorEnrichmentJobResponse.Builder,StartVectorEnrichmentJobResponse>,SageMakerGeospatialResponse.Builder,SdkBuilder<StartVectorEnrichmentJobResponse.Builder,StartVectorEnrichmentJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartVectorEnrichmentJobResponse
public static interface StartVectorEnrichmentJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<StartVectorEnrichmentJobResponse.Builder,StartVectorEnrichmentJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartVectorEnrichmentJobResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the Vector Enrichment job.StartVectorEnrichmentJobResponse.BuildercreationTime(Instant creationTime)The creation time.StartVectorEnrichmentJobResponse.BuilderdurationInSeconds(Integer durationInSeconds)The duration of the Vector Enrichment job, in seconds.StartVectorEnrichmentJobResponse.BuilderexecutionRoleArn(String executionRoleArn)The Amazon Resource Name (ARN) of the IAM role that you specified for the job.default StartVectorEnrichmentJobResponse.BuilderinputConfig(Consumer<VectorEnrichmentJobInputConfig.Builder> inputConfig)Input configuration information for starting the Vector Enrichment job.StartVectorEnrichmentJobResponse.BuilderinputConfig(VectorEnrichmentJobInputConfig inputConfig)Input configuration information for starting the Vector Enrichment job.default StartVectorEnrichmentJobResponse.BuilderjobConfig(Consumer<VectorEnrichmentJobConfig.Builder> jobConfig)An object containing information about the job configuration.StartVectorEnrichmentJobResponse.BuilderjobConfig(VectorEnrichmentJobConfig jobConfig)An object containing information about the job configuration.StartVectorEnrichmentJobResponse.BuilderkmsKeyId(String kmsKeyId)The Key Management Service key ID for server-side encryption.StartVectorEnrichmentJobResponse.Buildername(String name)The name of the Vector Enrichment job.StartVectorEnrichmentJobResponse.Builderstatus(String status)The status of the Vector Enrichment job being started.StartVectorEnrichmentJobResponse.Builderstatus(VectorEnrichmentJobStatus status)The status of the Vector Enrichment job being started.StartVectorEnrichmentJobResponse.Buildertags(Map<String,String> tags)Each tag consists of a key and a value.StartVectorEnrichmentJobResponse.Buildertype(String type)The type of the Vector Enrichment job.StartVectorEnrichmentJobResponse.Buildertype(VectorEnrichmentJobType type)The type of the Vector Enrichment job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
StartVectorEnrichmentJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
StartVectorEnrichmentJobResponse.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
StartVectorEnrichmentJobResponse.Builder durationInSeconds(Integer durationInSeconds)
The duration of the Vector Enrichment job, in seconds.
- Parameters:
durationInSeconds- The duration of the Vector Enrichment job, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRoleArn
StartVectorEnrichmentJobResponse.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
StartVectorEnrichmentJobResponse.Builder inputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for starting the Vector Enrichment job.
- Parameters:
inputConfig- Input configuration information for starting the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfig
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.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
StartVectorEnrichmentJobResponse.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 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.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
StartVectorEnrichmentJobResponse.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
StartVectorEnrichmentJobResponse.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.
-
status
StartVectorEnrichmentJobResponse.Builder status(String status)
The status of the Vector Enrichment job being started.
- Parameters:
status- The status of the Vector Enrichment job being started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobStatus,VectorEnrichmentJobStatus
-
status
StartVectorEnrichmentJobResponse.Builder status(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment job being started.
- Parameters:
status- The status of the Vector Enrichment job being started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobStatus,VectorEnrichmentJobStatus
-
tags
StartVectorEnrichmentJobResponse.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
StartVectorEnrichmentJobResponse.Builder type(String type)
The type of the Vector Enrichment job.
- Parameters:
type- The type of the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobType,VectorEnrichmentJobType
-
type
StartVectorEnrichmentJobResponse.Builder type(VectorEnrichmentJobType type)
The type of the Vector Enrichment job.
- Parameters:
type- The type of the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobType,VectorEnrichmentJobType
-
-