GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the Earth Observation job.
|
static GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.builder() |
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.creationTime(Instant creationTime) |
The creation time of the initiated Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.durationInSeconds(Integer durationInSeconds) |
The duration of Earth Observation job, in seconds.
|
default GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.errorDetails(Consumer<EarthObservationJobErrorDetails.Builder> errorDetails) |
Details about the errors generated during the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.errorDetails(EarthObservationJobErrorDetails errorDetails) |
Details about the errors generated during the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
default GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.exportErrorDetails(Consumer<ExportErrorDetails.Builder> exportErrorDetails) |
Details about the errors generated during ExportEarthObservationJob.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.exportErrorDetails(ExportErrorDetails exportErrorDetails) |
Details about the errors generated during ExportEarthObservationJob.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.exportStatus(String exportStatus) |
The status of the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.exportStatus(EarthObservationJobExportStatus exportStatus) |
The status of the Earth Observation job.
|
default GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.inputConfig(Consumer<InputConfigOutput.Builder> inputConfig) |
Input data for the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.inputConfig(InputConfigOutput inputConfig) |
Input data for the Earth Observation job.
|
default GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.jobConfig(Consumer<JobConfigInput.Builder> jobConfig) |
An object containing information about the job configuration.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.jobConfig(JobConfigInput jobConfig) |
An object containing information about the job configuration.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.kmsKeyId(String kmsKeyId) |
The Key Management Service key ID for server-side encryption.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.name(String name) |
The name of the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.outputBands(Collection<OutputBand> outputBands) |
Bands available in the output of an operation.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.outputBands(Consumer<OutputBand.Builder>... outputBands) |
Bands available in the output of an operation.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.outputBands(OutputBand... outputBands) |
Bands available in the output of an operation.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.status(String status) |
The status of a previously initiated Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.status(EarthObservationJobStatus status) |
The status of a previously initiated Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.tags(Map<String,String> tags) |
Each tag consists of a key and a value.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.toBuilder() |
|