Interface GetEarthObservationJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEarthObservationJobResponse.Builder,GetEarthObservationJobResponse>,SageMakerGeospatialResponse.Builder,SdkBuilder<GetEarthObservationJobResponse.Builder,GetEarthObservationJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEarthObservationJobResponse
public static interface GetEarthObservationJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<GetEarthObservationJobResponse.Builder,GetEarthObservationJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetEarthObservationJobResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the Earth Observation job.GetEarthObservationJobResponse.BuildercreationTime(Instant creationTime)The creation time of the initiated Earth Observation job.GetEarthObservationJobResponse.BuilderdurationInSeconds(Integer durationInSeconds)The duration of Earth Observation job, in seconds.default GetEarthObservationJobResponse.BuildererrorDetails(Consumer<EarthObservationJobErrorDetails.Builder> errorDetails)Details about the errors generated during the Earth Observation job.GetEarthObservationJobResponse.BuildererrorDetails(EarthObservationJobErrorDetails errorDetails)Details about the errors generated during the Earth Observation job.GetEarthObservationJobResponse.BuilderexecutionRoleArn(String executionRoleArn)The Amazon Resource Name (ARN) of the IAM role that you specified for the job.default GetEarthObservationJobResponse.BuilderexportErrorDetails(Consumer<ExportErrorDetails.Builder> exportErrorDetails)Details about the errors generated during ExportEarthObservationJob.GetEarthObservationJobResponse.BuilderexportErrorDetails(ExportErrorDetails exportErrorDetails)Details about the errors generated during ExportEarthObservationJob.GetEarthObservationJobResponse.BuilderexportStatus(String exportStatus)The status of the Earth Observation job.GetEarthObservationJobResponse.BuilderexportStatus(EarthObservationJobExportStatus exportStatus)The status of the Earth Observation job.default GetEarthObservationJobResponse.BuilderinputConfig(Consumer<InputConfigOutput.Builder> inputConfig)Input data for the Earth Observation job.GetEarthObservationJobResponse.BuilderinputConfig(InputConfigOutput inputConfig)Input data for the Earth Observation job.default GetEarthObservationJobResponse.BuilderjobConfig(Consumer<JobConfigInput.Builder> jobConfig)An object containing information about the job configuration.GetEarthObservationJobResponse.BuilderjobConfig(JobConfigInput jobConfig)An object containing information about the job configuration.GetEarthObservationJobResponse.BuilderkmsKeyId(String kmsKeyId)The Key Management Service key ID for server-side encryption.GetEarthObservationJobResponse.Buildername(String name)The name of the Earth Observation job.GetEarthObservationJobResponse.BuilderoutputBands(Collection<OutputBand> outputBands)Bands available in the output of an operation.GetEarthObservationJobResponse.BuilderoutputBands(Consumer<OutputBand.Builder>... outputBands)Bands available in the output of an operation.GetEarthObservationJobResponse.BuilderoutputBands(OutputBand... outputBands)Bands available in the output of an operation.GetEarthObservationJobResponse.Builderstatus(String status)The status of a previously initiated Earth Observation job.GetEarthObservationJobResponse.Builderstatus(EarthObservationJobStatus status)The status of a previously initiated Earth Observation job.GetEarthObservationJobResponse.Buildertags(Map<String,String> tags)Each tag consists of a key and a value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetEarthObservationJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Earth Observation job.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
GetEarthObservationJobResponse.Builder creationTime(Instant creationTime)
The creation time of the initiated Earth Observation job.
- Parameters:
creationTime- The creation time of the initiated Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationInSeconds
GetEarthObservationJobResponse.Builder durationInSeconds(Integer durationInSeconds)
The duration of Earth Observation job, in seconds.
- Parameters:
durationInSeconds- The duration of Earth Observation job, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetails
GetEarthObservationJobResponse.Builder errorDetails(EarthObservationJobErrorDetails errorDetails)
Details about the errors generated during the Earth Observation job.
- Parameters:
errorDetails- Details about the errors generated during the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetails
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.Builderavoiding the need to create one manually viaEarthObservationJobErrorDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorDetails(EarthObservationJobErrorDetails).- Parameters:
errorDetails- a consumer that will call methods onEarthObservationJobErrorDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
errorDetails(EarthObservationJobErrorDetails)
-
executionRoleArn
GetEarthObservationJobResponse.Builder executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
- Parameters:
executionRoleArn- The Amazon Resource Name (ARN) of the IAM role that you specified for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportErrorDetails
GetEarthObservationJobResponse.Builder exportErrorDetails(ExportErrorDetails exportErrorDetails)
Details about the errors generated during ExportEarthObservationJob.
- Parameters:
exportErrorDetails- Details about the errors generated during ExportEarthObservationJob.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportErrorDetails
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.Builderavoiding the need to create one manually viaExportErrorDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportErrorDetails(ExportErrorDetails).- Parameters:
exportErrorDetails- a consumer that will call methods onExportErrorDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
exportErrorDetails(ExportErrorDetails)
-
exportStatus
GetEarthObservationJobResponse.Builder exportStatus(String exportStatus)
The status of the Earth Observation job.
- Parameters:
exportStatus- The status of the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobExportStatus,EarthObservationJobExportStatus
-
exportStatus
GetEarthObservationJobResponse.Builder exportStatus(EarthObservationJobExportStatus exportStatus)
The status of the Earth Observation job.
- Parameters:
exportStatus- The status of the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobExportStatus,EarthObservationJobExportStatus
-
inputConfig
GetEarthObservationJobResponse.Builder inputConfig(InputConfigOutput inputConfig)
Input data for the Earth Observation job.
- Parameters:
inputConfig- Input data for the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfig
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.Builderavoiding the need to create one manually viaInputConfigOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputConfig(InputConfigOutput).- Parameters:
inputConfig- a consumer that will call methods onInputConfigOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputConfig(InputConfigOutput)
-
jobConfig
GetEarthObservationJobResponse.Builder jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
- Parameters:
jobConfig- An object containing information about the job configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobConfig
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.Builderavoiding the need to create one manually viaJobConfigInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobConfig(JobConfigInput).- Parameters:
jobConfig- a consumer that will call methods onJobConfigInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jobConfig(JobConfigInput)
-
kmsKeyId
GetEarthObservationJobResponse.Builder kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
- Parameters:
kmsKeyId- The Key Management Service key ID for server-side encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetEarthObservationJobResponse.Builder name(String name)
The name of the Earth Observation job.
- Parameters:
name- The name of the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputBands
GetEarthObservationJobResponse.Builder outputBands(Collection<OutputBand> outputBands)
Bands available in the output of an operation.
- Parameters:
outputBands- Bands available in the output of an operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputBands
GetEarthObservationJobResponse.Builder outputBands(OutputBand... outputBands)
Bands available in the output of an operation.
- Parameters:
outputBands- Bands available in the output of an operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputBands
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.Builderavoiding the need to create one manually viaOutputBand.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#outputBands(List.) - Parameters:
outputBands- a consumer that will call methods onOutputBand.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#outputBands(java.util.Collection)
-
status
GetEarthObservationJobResponse.Builder status(String status)
The status of a previously initiated Earth Observation job.
- Parameters:
status- The status of a previously initiated Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobStatus,EarthObservationJobStatus
-
status
GetEarthObservationJobResponse.Builder status(EarthObservationJobStatus status)
The status of a previously initiated Earth Observation job.
- Parameters:
status- The status of a previously initiated Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobStatus,EarthObservationJobStatus
-
tags
GetEarthObservationJobResponse.Builder tags(Map<String,String> tags)
Each tag consists of a key and a value.
- Parameters:
tags- Each tag consists of a key and a value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-