Interface GetVectorEnrichmentJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetVectorEnrichmentJobResponse.Builder,GetVectorEnrichmentJobResponse>,SageMakerGeospatialResponse.Builder,SdkBuilder<GetVectorEnrichmentJobResponse.Builder,GetVectorEnrichmentJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetVectorEnrichmentJobResponse
public static interface GetVectorEnrichmentJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<GetVectorEnrichmentJobResponse.Builder,GetVectorEnrichmentJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetVectorEnrichmentJobResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the Vector Enrichment job.GetVectorEnrichmentJobResponse.BuildercreationTime(Instant creationTime)The creation time.GetVectorEnrichmentJobResponse.BuilderdurationInSeconds(Integer durationInSeconds)The duration of the Vector Enrichment job, in seconds.default GetVectorEnrichmentJobResponse.BuildererrorDetails(Consumer<VectorEnrichmentJobErrorDetails.Builder> errorDetails)Details about the errors generated during the Vector Enrichment job.GetVectorEnrichmentJobResponse.BuildererrorDetails(VectorEnrichmentJobErrorDetails errorDetails)Details about the errors generated during the Vector Enrichment job.GetVectorEnrichmentJobResponse.BuilderexecutionRoleArn(String executionRoleArn)The Amazon Resource Name (ARN) of the IAM role that you specified for the job.default GetVectorEnrichmentJobResponse.BuilderexportErrorDetails(Consumer<VectorEnrichmentJobExportErrorDetails.Builder> exportErrorDetails)Details about the errors generated during the ExportVectorEnrichmentJob.GetVectorEnrichmentJobResponse.BuilderexportErrorDetails(VectorEnrichmentJobExportErrorDetails exportErrorDetails)Details about the errors generated during the ExportVectorEnrichmentJob.GetVectorEnrichmentJobResponse.BuilderexportStatus(String exportStatus)The export status of the Vector Enrichment job being initiated.GetVectorEnrichmentJobResponse.BuilderexportStatus(VectorEnrichmentJobExportStatus exportStatus)The export status of the Vector Enrichment job being initiated.default GetVectorEnrichmentJobResponse.BuilderinputConfig(Consumer<VectorEnrichmentJobInputConfig.Builder> inputConfig)Input configuration information for the Vector Enrichment job.GetVectorEnrichmentJobResponse.BuilderinputConfig(VectorEnrichmentJobInputConfig inputConfig)Input configuration information for the Vector Enrichment job.default GetVectorEnrichmentJobResponse.BuilderjobConfig(Consumer<VectorEnrichmentJobConfig.Builder> jobConfig)An object containing information about the job configuration.GetVectorEnrichmentJobResponse.BuilderjobConfig(VectorEnrichmentJobConfig jobConfig)An object containing information about the job configuration.GetVectorEnrichmentJobResponse.BuilderkmsKeyId(String kmsKeyId)The Key Management Service key ID for server-side encryption.GetVectorEnrichmentJobResponse.Buildername(String name)The name of the Vector Enrichment job.GetVectorEnrichmentJobResponse.Builderstatus(String status)The status of the initiated Vector Enrichment job.GetVectorEnrichmentJobResponse.Builderstatus(VectorEnrichmentJobStatus status)The status of the initiated Vector Enrichment job.GetVectorEnrichmentJobResponse.Buildertags(Map<String,String> tags)Each tag consists of a key and a value.GetVectorEnrichmentJobResponse.Buildertype(String type)The type of the Vector Enrichment job being initiated.GetVectorEnrichmentJobResponse.Buildertype(VectorEnrichmentJobType type)The type of the Vector Enrichment job being initiated.-
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
GetVectorEnrichmentJobResponse.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
GetVectorEnrichmentJobResponse.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
GetVectorEnrichmentJobResponse.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.
-
errorDetails
GetVectorEnrichmentJobResponse.Builder errorDetails(VectorEnrichmentJobErrorDetails errorDetails)
Details about the errors generated during the Vector Enrichment job.
- Parameters:
errorDetails- Details about the errors generated during the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetails
default GetVectorEnrichmentJobResponse.Builder errorDetails(Consumer<VectorEnrichmentJobErrorDetails.Builder> errorDetails)
Details about the errors generated during the Vector Enrichment job.
This is a convenience method that creates an instance of theVectorEnrichmentJobErrorDetails.Builderavoiding the need to create one manually viaVectorEnrichmentJobErrorDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorDetails(VectorEnrichmentJobErrorDetails).- Parameters:
errorDetails- a consumer that will call methods onVectorEnrichmentJobErrorDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
errorDetails(VectorEnrichmentJobErrorDetails)
-
executionRoleArn
GetVectorEnrichmentJobResponse.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.
-
exportErrorDetails
GetVectorEnrichmentJobResponse.Builder exportErrorDetails(VectorEnrichmentJobExportErrorDetails exportErrorDetails)
Details about the errors generated during the ExportVectorEnrichmentJob.
- Parameters:
exportErrorDetails- Details about the errors generated during the ExportVectorEnrichmentJob.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportErrorDetails
default GetVectorEnrichmentJobResponse.Builder exportErrorDetails(Consumer<VectorEnrichmentJobExportErrorDetails.Builder> exportErrorDetails)
Details about the errors generated during the ExportVectorEnrichmentJob.
This is a convenience method that creates an instance of theVectorEnrichmentJobExportErrorDetails.Builderavoiding the need to create one manually viaVectorEnrichmentJobExportErrorDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportErrorDetails(VectorEnrichmentJobExportErrorDetails).- Parameters:
exportErrorDetails- a consumer that will call methods onVectorEnrichmentJobExportErrorDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
exportErrorDetails(VectorEnrichmentJobExportErrorDetails)
-
exportStatus
GetVectorEnrichmentJobResponse.Builder exportStatus(String exportStatus)
The export status of the Vector Enrichment job being initiated.
- Parameters:
exportStatus- The export status of the Vector Enrichment job being initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobExportStatus,VectorEnrichmentJobExportStatus
-
exportStatus
GetVectorEnrichmentJobResponse.Builder exportStatus(VectorEnrichmentJobExportStatus exportStatus)
The export status of the Vector Enrichment job being initiated.
- Parameters:
exportStatus- The export status of the Vector Enrichment job being initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobExportStatus,VectorEnrichmentJobExportStatus
-
inputConfig
GetVectorEnrichmentJobResponse.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 GetVectorEnrichmentJobResponse.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
GetVectorEnrichmentJobResponse.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 GetVectorEnrichmentJobResponse.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
GetVectorEnrichmentJobResponse.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
GetVectorEnrichmentJobResponse.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
GetVectorEnrichmentJobResponse.Builder status(String status)
The status of the initiated Vector Enrichment job.
- Parameters:
status- The status of the initiated Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobStatus,VectorEnrichmentJobStatus
-
status
GetVectorEnrichmentJobResponse.Builder status(VectorEnrichmentJobStatus status)
The status of the initiated Vector Enrichment job.
- Parameters:
status- The status of the initiated Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobStatus,VectorEnrichmentJobStatus
-
tags
GetVectorEnrichmentJobResponse.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
GetVectorEnrichmentJobResponse.Builder type(String type)
The type of the Vector Enrichment job being initiated.
- Parameters:
type- The type of the Vector Enrichment job being initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobType,VectorEnrichmentJobType
-
type
GetVectorEnrichmentJobResponse.Builder type(VectorEnrichmentJobType type)
The type of the Vector Enrichment job being initiated.
- Parameters:
type- The type of the Vector Enrichment job being initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobType,VectorEnrichmentJobType
-
-