Interface ExportEarthObservationJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>,SageMakerGeospatialResponse.Builder,SdkBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ExportEarthObservationJobResponse
public static interface ExportEarthObservationJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ExportEarthObservationJobResponse.Builderarn(String arn)The output Amazon Resource Name (ARN) of the Earth Observation job being exported.ExportEarthObservationJobResponse.BuildercreationTime(Instant creationTime)The creation time.ExportEarthObservationJobResponse.BuilderexecutionRoleArn(String executionRoleArn)The Amazon Resource Name (ARN) of the IAM role that you specified for the job.ExportEarthObservationJobResponse.BuilderexportSourceImages(Boolean exportSourceImages)The source images provided to the Earth Observation job being exported.ExportEarthObservationJobResponse.BuilderexportStatus(String exportStatus)The status of the results of the Earth Observation job being exported.ExportEarthObservationJobResponse.BuilderexportStatus(EarthObservationJobExportStatus exportStatus)The status of the results of the Earth Observation job being exported.default ExportEarthObservationJobResponse.BuilderoutputConfig(Consumer<OutputConfigInput.Builder> outputConfig)An object containing information about the output file.ExportEarthObservationJobResponse.BuilderoutputConfig(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
ExportEarthObservationJobResponse.Builder arn(String 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
ExportEarthObservationJobResponse.Builder creationTime(Instant 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
ExportEarthObservationJobResponse.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.
-
exportSourceImages
ExportEarthObservationJobResponse.Builder exportSourceImages(Boolean 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
ExportEarthObservationJobResponse.Builder exportStatus(String 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:
EarthObservationJobExportStatus,EarthObservationJobExportStatus
-
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:
EarthObservationJobExportStatus,EarthObservationJobExportStatus
-
outputConfig
ExportEarthObservationJobResponse.Builder outputConfig(OutputConfigInput 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.Builderavoiding the need to create one manually viaOutputConfigInput.builder().When the
Consumercompletes,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:
outputConfig(OutputConfigInput)
-
-