Interface ExportEarthObservationJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ExportEarthObservationJobRequest.Builder,
,ExportEarthObservationJobRequest> SageMakerGeospatialRequest.Builder
,SdkBuilder<ExportEarthObservationJobRequest.Builder,
,ExportEarthObservationJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ExportEarthObservationJobRequest
@Mutable
@NotThreadSafe
public static interface ExportEarthObservationJobRequest.Builder
extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<ExportEarthObservationJobRequest.Builder,ExportEarthObservationJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe input Amazon Resource Name (ARN) of the Earth Observation job being exported.clientToken
(String clientToken) A unique token that guarantees that the call to this API is idempotent.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.outputConfig
(Consumer<OutputConfigInput.Builder> outputConfig) An object containing information about the output file.outputConfig
(OutputConfigInput outputConfig) An object containing information about the output file.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
- Parameters:
arn
- The input 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.
-
clientToken
A unique token that guarantees that the call to this API is idempotent.
- Parameters:
clientToken
- A unique token that guarantees that the call to this API is idempotent.- 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.
-
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 ExportEarthObservationJobRequest.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:
-
overrideConfiguration
ExportEarthObservationJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ExportEarthObservationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-