public static interface GetVectorEnrichmentJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<GetVectorEnrichmentJobResponse.Builder,GetVectorEnrichmentJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetVectorEnrichmentJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job.
|
GetVectorEnrichmentJobResponse.Builder |
creationTime(Instant creationTime)
The creation time.
|
GetVectorEnrichmentJobResponse.Builder |
durationInSeconds(Integer durationInSeconds)
The duration of the Vector Enrichment job, in seconds.
|
default GetVectorEnrichmentJobResponse.Builder |
errorDetails(Consumer<VectorEnrichmentJobErrorDetails.Builder> errorDetails)
Details about the errors generated during the Vector Enrichment job.
|
GetVectorEnrichmentJobResponse.Builder |
errorDetails(VectorEnrichmentJobErrorDetails errorDetails)
Details about the errors generated during the Vector Enrichment job.
|
GetVectorEnrichmentJobResponse.Builder |
executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
default GetVectorEnrichmentJobResponse.Builder |
exportErrorDetails(Consumer<VectorEnrichmentJobExportErrorDetails.Builder> exportErrorDetails)
Details about the errors generated during the ExportVectorEnrichmentJob.
|
GetVectorEnrichmentJobResponse.Builder |
exportErrorDetails(VectorEnrichmentJobExportErrorDetails exportErrorDetails)
Details about the errors generated during the ExportVectorEnrichmentJob.
|
GetVectorEnrichmentJobResponse.Builder |
exportStatus(String exportStatus)
The export status of the Vector Enrichment job being initiated.
|
GetVectorEnrichmentJobResponse.Builder |
exportStatus(VectorEnrichmentJobExportStatus exportStatus)
The export status of the Vector Enrichment job being initiated.
|
default GetVectorEnrichmentJobResponse.Builder |
inputConfig(Consumer<VectorEnrichmentJobInputConfig.Builder> inputConfig)
Input configuration information for the Vector Enrichment job.
|
GetVectorEnrichmentJobResponse.Builder |
inputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for the Vector Enrichment job.
|
default GetVectorEnrichmentJobResponse.Builder |
jobConfig(Consumer<VectorEnrichmentJobConfig.Builder> jobConfig)
An object containing information about the job configuration.
|
GetVectorEnrichmentJobResponse.Builder |
jobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
|
GetVectorEnrichmentJobResponse.Builder |
kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
|
GetVectorEnrichmentJobResponse.Builder |
name(String name)
The name of the Vector Enrichment job.
|
GetVectorEnrichmentJobResponse.Builder |
status(String status)
The status of the initiated Vector Enrichment job.
|
GetVectorEnrichmentJobResponse.Builder |
status(VectorEnrichmentJobStatus status)
The status of the initiated Vector Enrichment job.
|
GetVectorEnrichmentJobResponse.Builder |
tags(Map<String,String> tags)
Each tag consists of a key and a value.
|
GetVectorEnrichmentJobResponse.Builder |
type(String type)
The type of the Vector Enrichment job being initiated.
|
GetVectorEnrichmentJobResponse.Builder |
type(VectorEnrichmentJobType type)
The type of the Vector Enrichment job being initiated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVectorEnrichmentJobResponse.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.GetVectorEnrichmentJobResponse.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.GetVectorEnrichmentJobResponse.Builder durationInSeconds(Integer durationInSeconds)
The duration of the Vector Enrichment job, in seconds.
durationInSeconds - The duration of the Vector Enrichment job, in seconds.GetVectorEnrichmentJobResponse.Builder errorDetails(VectorEnrichmentJobErrorDetails errorDetails)
Details about the errors generated during the Vector Enrichment job.
errorDetails - Details about the errors generated during the Vector Enrichment job.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.Builder
avoiding the need to create one manually via VectorEnrichmentJobErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to errorDetails(VectorEnrichmentJobErrorDetails).
errorDetails - a consumer that will call methods on VectorEnrichmentJobErrorDetails.BuildererrorDetails(VectorEnrichmentJobErrorDetails)GetVectorEnrichmentJobResponse.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.GetVectorEnrichmentJobResponse.Builder exportErrorDetails(VectorEnrichmentJobExportErrorDetails exportErrorDetails)
Details about the errors generated during the ExportVectorEnrichmentJob.
exportErrorDetails - Details about the errors generated during the ExportVectorEnrichmentJob.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.Builder avoiding the need to create one manually via
VectorEnrichmentJobExportErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to exportErrorDetails(VectorEnrichmentJobExportErrorDetails).
exportErrorDetails - a consumer that will call methods on VectorEnrichmentJobExportErrorDetails.BuilderexportErrorDetails(VectorEnrichmentJobExportErrorDetails)GetVectorEnrichmentJobResponse.Builder exportStatus(String exportStatus)
The export status of the Vector Enrichment job being initiated.
exportStatus - The export status of the Vector Enrichment job being initiated.VectorEnrichmentJobExportStatus,
VectorEnrichmentJobExportStatusGetVectorEnrichmentJobResponse.Builder exportStatus(VectorEnrichmentJobExportStatus exportStatus)
The export status of the Vector Enrichment job being initiated.
exportStatus - The export status of the Vector Enrichment job being initiated.VectorEnrichmentJobExportStatus,
VectorEnrichmentJobExportStatusGetVectorEnrichmentJobResponse.Builder inputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for the Vector Enrichment job.
inputConfig - Input configuration information for the Vector Enrichment job.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.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)GetVectorEnrichmentJobResponse.Builder jobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
jobConfig - An object containing information about the job configuration.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.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)GetVectorEnrichmentJobResponse.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.GetVectorEnrichmentJobResponse.Builder name(String name)
The name of the Vector Enrichment job.
name - The name of the Vector Enrichment job.GetVectorEnrichmentJobResponse.Builder status(String status)
The status of the initiated Vector Enrichment job.
status - The status of the initiated Vector Enrichment job.VectorEnrichmentJobStatus,
VectorEnrichmentJobStatusGetVectorEnrichmentJobResponse.Builder status(VectorEnrichmentJobStatus status)
The status of the initiated Vector Enrichment job.
status - The status of the initiated Vector Enrichment job.VectorEnrichmentJobStatus,
VectorEnrichmentJobStatusGetVectorEnrichmentJobResponse.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.GetVectorEnrichmentJobResponse.Builder type(String type)
The type of the Vector Enrichment job being initiated.
type - The type of the Vector Enrichment job being initiated.VectorEnrichmentJobType,
VectorEnrichmentJobTypeGetVectorEnrichmentJobResponse.Builder type(VectorEnrichmentJobType type)
The type of the Vector Enrichment job being initiated.
type - The type of the Vector Enrichment job being initiated.VectorEnrichmentJobType,
VectorEnrichmentJobTypeCopyright © 2023. All rights reserved.