public static interface ExportVectorEnrichmentJobRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<ExportVectorEnrichmentJobRequest.Builder,ExportVectorEnrichmentJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportVectorEnrichmentJobRequest.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.ExportVectorEnrichmentJobRequest.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.ExportVectorEnrichmentJobRequest.Builder executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.
executionRoleArn - The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in
OutputConfig.ExportVectorEnrichmentJobRequest.Builder outputConfig(ExportVectorEnrichmentJobOutputConfig outputConfig)
Output location information for exporting Vector Enrichment Job results.
outputConfig - Output location information for exporting Vector Enrichment Job results.default ExportVectorEnrichmentJobRequest.Builder outputConfig(Consumer<ExportVectorEnrichmentJobOutputConfig.Builder> outputConfig)
Output location information for exporting Vector Enrichment Job results.
This is a convenience method that creates an instance of theExportVectorEnrichmentJobOutputConfig.Builder avoiding the need to create one manually via
ExportVectorEnrichmentJobOutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputConfig(ExportVectorEnrichmentJobOutputConfig).
outputConfig - a consumer that will call methods on ExportVectorEnrichmentJobOutputConfig.BuilderoutputConfig(ExportVectorEnrichmentJobOutputConfig)ExportVectorEnrichmentJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExportVectorEnrichmentJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.