Interface ExportEarthObservationJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ExportEarthObservationJobRequest.Builder,ExportEarthObservationJobRequest>,SageMakerGeospatialRequest.Builder,SdkBuilder<ExportEarthObservationJobRequest.Builder,ExportEarthObservationJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ExportEarthObservationJobRequest
public static interface ExportEarthObservationJobRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<ExportEarthObservationJobRequest.Builder,ExportEarthObservationJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ExportEarthObservationJobRequest.Builderarn(String arn)The input Amazon Resource Name (ARN) of the Earth Observation job being exported.ExportEarthObservationJobRequest.BuilderclientToken(String clientToken)A unique token that guarantees that the call to this API is idempotent.ExportEarthObservationJobRequest.BuilderexecutionRoleArn(String executionRoleArn)The Amazon Resource Name (ARN) of the IAM role that you specified for the job.ExportEarthObservationJobRequest.BuilderexportSourceImages(Boolean exportSourceImages)The source images provided to the Earth Observation job being exported.default ExportEarthObservationJobRequest.BuilderoutputConfig(Consumer<OutputConfigInput.Builder> outputConfig)An object containing information about the output file.ExportEarthObservationJobRequest.BuilderoutputConfig(OutputConfigInput outputConfig)An object containing information about the output file.ExportEarthObservationJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportEarthObservationJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
arn
ExportEarthObservationJobRequest.Builder arn(String 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
ExportEarthObservationJobRequest.Builder clientToken(String 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
ExportEarthObservationJobRequest.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
ExportEarthObservationJobRequest.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.
-
outputConfig
ExportEarthObservationJobRequest.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 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.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)
-
overrideConfiguration
ExportEarthObservationJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ExportEarthObservationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-