Interface ExportEarthObservationJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ExportEarthObservationJobResponse.Builder,
,ExportEarthObservationJobResponse> SageMakerGeospatialResponse.Builder
,SdkBuilder<ExportEarthObservationJobResponse.Builder,
,ExportEarthObservationJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ExportEarthObservationJobResponse
@Mutable
@NotThreadSafe
public static interface ExportEarthObservationJobResponse.Builder
extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe output Amazon Resource Name (ARN) of the Earth Observation job being exported.creationTime
(Instant creationTime) The creation time.executionRoleArn
(String executionRoleArn) The Amazon Resource Name (ARN) of the IAM role that you specified for the job.exportSourceImages
(Boolean exportSourceImages) The source images provided to the Earth Observation job being exported.exportStatus
(String exportStatus) The status of the results of the Earth Observation job being exported.exportStatus
(EarthObservationJobExportStatus exportStatus) The status of the results of the Earth Observation job being exported.outputConfig
(Consumer<OutputConfigInput.Builder> outputConfig) An object containing information about the output file.outputConfig
(OutputConfigInput outputConfig) An object containing information about the output file.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
- Parameters:
arn
- The output Amazon Resource Name (ARN) of the Earth Observation job being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time.
- Parameters:
creationTime
- The creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
exportSourceImages
The source images provided to the Earth Observation job being exported.
- Parameters:
exportSourceImages
- The source images provided to the Earth Observation job being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportStatus
The status of the results of the Earth Observation job being exported.
- Parameters:
exportStatus
- The status of the results of the Earth Observation job being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportStatus
ExportEarthObservationJobResponse.Builder exportStatus(EarthObservationJobExportStatus exportStatus) The status of the results of the Earth Observation job being exported.
- Parameters:
exportStatus
- The status of the results of the Earth Observation job being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputConfig
An object containing information about the output file.
- Parameters:
outputConfig
- An object containing information about the output file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfig
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 viaOutputConfigInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputConfig(OutputConfigInput)
.- Parameters:
outputConfig
- a consumer that will call methods onOutputConfigInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-