public static interface GetEarthObservationJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<GetEarthObservationJobResponse.Builder,GetEarthObservationJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEarthObservationJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
creationTime(Instant creationTime)
The creation time of the initiated Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
durationInSeconds(Integer durationInSeconds)
The duration of Earth Observation job, in seconds.
|
default GetEarthObservationJobResponse.Builder |
errorDetails(Consumer<EarthObservationJobErrorDetails.Builder> errorDetails)
Details about the errors generated during the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
errorDetails(EarthObservationJobErrorDetails errorDetails)
Details about the errors generated during the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
default GetEarthObservationJobResponse.Builder |
exportErrorDetails(Consumer<ExportErrorDetails.Builder> exportErrorDetails)
Details about the errors generated during ExportEarthObservationJob.
|
GetEarthObservationJobResponse.Builder |
exportErrorDetails(ExportErrorDetails exportErrorDetails)
Details about the errors generated during ExportEarthObservationJob.
|
GetEarthObservationJobResponse.Builder |
exportStatus(EarthObservationJobExportStatus exportStatus)
The status of the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
exportStatus(String exportStatus)
The status of the Earth Observation job.
|
default GetEarthObservationJobResponse.Builder |
inputConfig(Consumer<InputConfigOutput.Builder> inputConfig)
Input data for the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
inputConfig(InputConfigOutput inputConfig)
Input data for the Earth Observation job.
|
default GetEarthObservationJobResponse.Builder |
jobConfig(Consumer<JobConfigInput.Builder> jobConfig)
An object containing information about the job configuration.
|
GetEarthObservationJobResponse.Builder |
jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
|
GetEarthObservationJobResponse.Builder |
kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
|
GetEarthObservationJobResponse.Builder |
name(String name)
The name of the Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
outputBands(Collection<OutputBand> outputBands)
Bands available in the output of an operation.
|
GetEarthObservationJobResponse.Builder |
outputBands(Consumer<OutputBand.Builder>... outputBands)
Bands available in the output of an operation.
|
GetEarthObservationJobResponse.Builder |
outputBands(OutputBand... outputBands)
Bands available in the output of an operation.
|
GetEarthObservationJobResponse.Builder |
status(EarthObservationJobStatus status)
The status of a previously initiated Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
status(String status)
The status of a previously initiated Earth Observation job.
|
GetEarthObservationJobResponse.Builder |
tags(Map<String,String> tags)
Each tag consists of a key and a value.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEarthObservationJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Earth Observation job.
arn - The Amazon Resource Name (ARN) of the Earth Observation job.GetEarthObservationJobResponse.Builder creationTime(Instant creationTime)
The creation time of the initiated Earth Observation job.
creationTime - The creation time of the initiated Earth Observation job.GetEarthObservationJobResponse.Builder durationInSeconds(Integer durationInSeconds)
The duration of Earth Observation job, in seconds.
durationInSeconds - The duration of Earth Observation job, in seconds.GetEarthObservationJobResponse.Builder errorDetails(EarthObservationJobErrorDetails errorDetails)
Details about the errors generated during the Earth Observation job.
errorDetails - Details about the errors generated during the Earth Observation job.default GetEarthObservationJobResponse.Builder errorDetails(Consumer<EarthObservationJobErrorDetails.Builder> errorDetails)
Details about the errors generated during the Earth Observation job.
This is a convenience method that creates an instance of theEarthObservationJobErrorDetails.Builder
avoiding the need to create one manually via EarthObservationJobErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to errorDetails(EarthObservationJobErrorDetails).
errorDetails - a consumer that will call methods on EarthObservationJobErrorDetails.BuildererrorDetails(EarthObservationJobErrorDetails)GetEarthObservationJobResponse.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.GetEarthObservationJobResponse.Builder exportErrorDetails(ExportErrorDetails exportErrorDetails)
Details about the errors generated during ExportEarthObservationJob.
exportErrorDetails - Details about the errors generated during ExportEarthObservationJob.default GetEarthObservationJobResponse.Builder exportErrorDetails(Consumer<ExportErrorDetails.Builder> exportErrorDetails)
Details about the errors generated during ExportEarthObservationJob.
This is a convenience method that creates an instance of theExportErrorDetails.Builder avoiding the
need to create one manually via ExportErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to exportErrorDetails(ExportErrorDetails).
exportErrorDetails - a consumer that will call methods on ExportErrorDetails.BuilderexportErrorDetails(ExportErrorDetails)GetEarthObservationJobResponse.Builder exportStatus(String exportStatus)
The status of the Earth Observation job.
exportStatus - The status of the Earth Observation job.EarthObservationJobExportStatus,
EarthObservationJobExportStatusGetEarthObservationJobResponse.Builder exportStatus(EarthObservationJobExportStatus exportStatus)
The status of the Earth Observation job.
exportStatus - The status of the Earth Observation job.EarthObservationJobExportStatus,
EarthObservationJobExportStatusGetEarthObservationJobResponse.Builder inputConfig(InputConfigOutput inputConfig)
Input data for the Earth Observation job.
inputConfig - Input data for the Earth Observation job.default GetEarthObservationJobResponse.Builder inputConfig(Consumer<InputConfigOutput.Builder> inputConfig)
Input data for the Earth Observation job.
This is a convenience method that creates an instance of theInputConfigOutput.Builder avoiding the
need to create one manually via InputConfigOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputConfig(InputConfigOutput).
inputConfig - a consumer that will call methods on InputConfigOutput.BuilderinputConfig(InputConfigOutput)GetEarthObservationJobResponse.Builder jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
jobConfig - An object containing information about the job configuration.default GetEarthObservationJobResponse.Builder jobConfig(Consumer<JobConfigInput.Builder> jobConfig)
An object containing information about the job configuration.
This is a convenience method that creates an instance of theJobConfigInput.Builder avoiding the need
to create one manually via JobConfigInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to jobConfig(JobConfigInput).
jobConfig - a consumer that will call methods on JobConfigInput.BuilderjobConfig(JobConfigInput)GetEarthObservationJobResponse.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.GetEarthObservationJobResponse.Builder name(String name)
The name of the Earth Observation job.
name - The name of the Earth Observation job.GetEarthObservationJobResponse.Builder outputBands(Collection<OutputBand> outputBands)
Bands available in the output of an operation.
outputBands - Bands available in the output of an operation.GetEarthObservationJobResponse.Builder outputBands(OutputBand... outputBands)
Bands available in the output of an operation.
outputBands - Bands available in the output of an operation.GetEarthObservationJobResponse.Builder outputBands(Consumer<OutputBand.Builder>... outputBands)
Bands available in the output of an operation.
This is a convenience method that creates an instance of theOutputBand.Builder avoiding the need to
create one manually via
OutputBand.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputBands(List.
outputBands - a consumer that will call methods on
OutputBand.Builder#outputBands(java.util.Collection) GetEarthObservationJobResponse.Builder status(String status)
The status of a previously initiated Earth Observation job.
status - The status of a previously initiated Earth Observation job.EarthObservationJobStatus,
EarthObservationJobStatusGetEarthObservationJobResponse.Builder status(EarthObservationJobStatus status)
The status of a previously initiated Earth Observation job.
status - The status of a previously initiated Earth Observation job.EarthObservationJobStatus,
EarthObservationJobStatusGetEarthObservationJobResponse.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.Copyright © 2023. All rights reserved.