public static interface ExportEarthObservationJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportEarthObservationJobResponse.Builder |
arn(String arn)
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
ExportEarthObservationJobResponse.Builder |
creationTime(Instant creationTime)
The creation time.
|
ExportEarthObservationJobResponse.Builder |
executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
ExportEarthObservationJobResponse.Builder |
exportSourceImages(Boolean exportSourceImages)
The source images provided to the Earth Observation job being exported.
|
ExportEarthObservationJobResponse.Builder |
exportStatus(EarthObservationJobExportStatus exportStatus)
The status of the results of the Earth Observation job being exported.
|
ExportEarthObservationJobResponse.Builder |
exportStatus(String exportStatus)
The status of the results of the Earth Observation job being exported.
|
default ExportEarthObservationJobResponse.Builder |
outputConfig(Consumer<OutputConfigInput.Builder> outputConfig)
An object containing information about the output file.
|
ExportEarthObservationJobResponse.Builder |
outputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportEarthObservationJobResponse.Builder arn(String arn)
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
arn - The output Amazon Resource Name (ARN) of the Earth Observation job being exported.ExportEarthObservationJobResponse.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.ExportEarthObservationJobResponse.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.ExportEarthObservationJobResponse.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.ExportEarthObservationJobResponse.Builder exportStatus(String exportStatus)
The status of the results of the Earth Observation job being exported.
exportStatus - The status of the results of the Earth Observation job being exported.EarthObservationJobExportStatus,
EarthObservationJobExportStatusExportEarthObservationJobResponse.Builder exportStatus(EarthObservationJobExportStatus exportStatus)
The status of the results of the Earth Observation job being exported.
exportStatus - The status of the results of the Earth Observation job being exported.EarthObservationJobExportStatus,
EarthObservationJobExportStatusExportEarthObservationJobResponse.Builder outputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
outputConfig - An object containing information about the output file.default ExportEarthObservationJobResponse.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)Copyright © 2023. All rights reserved.