public static interface ExportEarthObservationJobRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<ExportEarthObservationJobRequest.Builder,ExportEarthObservationJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportEarthObservationJobRequest.Builder arn(String arn)
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
arn - The input Amazon Resource Name (ARN) of the Earth Observation job being exported.ExportEarthObservationJobRequest.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.ExportEarthObservationJobRequest.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.ExportEarthObservationJobRequest.Builder exportSourceImages(Boolean exportSourceImages)
The source images provided to the Earth Observation job being exported.
exportSourceImages - The source images provided to the Earth Observation job being exported.ExportEarthObservationJobRequest.Builder outputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
outputConfig - An object containing information about the output file.default ExportEarthObservationJobRequest.Builder outputConfig(Consumer<OutputConfigInput.Builder> outputConfig)
An object containing information about the output file.
This is a convenience method that creates an instance of theOutputConfigInput.Builder avoiding the
need to create one manually via OutputConfigInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputConfig(OutputConfigInput).
outputConfig - a consumer that will call methods on OutputConfigInput.BuilderoutputConfig(OutputConfigInput)ExportEarthObservationJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExportEarthObservationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.