public static interface StartEarthObservationJobRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<StartEarthObservationJobRequest.Builder,StartEarthObservationJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartEarthObservationJobRequest.Builder clientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
clientToken - A unique token that guarantees that the call to this API is idempotent.StartEarthObservationJobRequest.Builder executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for the job.StartEarthObservationJobRequest.Builder inputConfig(InputConfigInput inputConfig)
Input configuration information for the Earth Observation job.
inputConfig - Input configuration information for the Earth Observation job.default StartEarthObservationJobRequest.Builder inputConfig(Consumer<InputConfigInput.Builder> inputConfig)
Input configuration information for the Earth Observation job.
This is a convenience method that creates an instance of theInputConfigInput.Builder avoiding the
need to create one manually via InputConfigInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputConfig(InputConfigInput).
inputConfig - a consumer that will call methods on InputConfigInput.BuilderinputConfig(InputConfigInput)StartEarthObservationJobRequest.Builder jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
jobConfig - An object containing information about the job configuration.default StartEarthObservationJobRequest.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.Builder avoiding the need
to create one manually via JobConfigInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to jobConfig(JobConfigInput).
jobConfig - a consumer that will call methods on JobConfigInput.BuilderjobConfig(JobConfigInput)StartEarthObservationJobRequest.Builder kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
kmsKeyId - The Key Management Service key ID for server-side encryption.StartEarthObservationJobRequest.Builder name(String name)
The name of the Earth Observation job.
name - The name of the Earth Observation job.StartEarthObservationJobRequest.Builder tags(Map<String,String> tags)
Each tag consists of a key and a value.
tags - Each tag consists of a key and a value.StartEarthObservationJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartEarthObservationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.