Interface StartEarthObservationJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartEarthObservationJobRequest.Builder,StartEarthObservationJobRequest>,SageMakerGeospatialRequest.Builder,SdkBuilder<StartEarthObservationJobRequest.Builder,StartEarthObservationJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartEarthObservationJobRequest
public static interface StartEarthObservationJobRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<StartEarthObservationJobRequest.Builder,StartEarthObservationJobRequest>
-
-
Method Summary
-
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
-
clientToken
StartEarthObservationJobRequest.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
StartEarthObservationJobRequest.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.
-
inputConfig
StartEarthObservationJobRequest.Builder inputConfig(InputConfigInput inputConfig)
Input configuration information for the Earth Observation job.
- Parameters:
inputConfig- Input configuration information for the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfig
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.Builderavoiding the need to create one manually viaInputConfigInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputConfig(InputConfigInput).- Parameters:
inputConfig- a consumer that will call methods onInputConfigInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputConfig(InputConfigInput)
-
jobConfig
StartEarthObservationJobRequest.Builder jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
- Parameters:
jobConfig- An object containing information about the job configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobConfig
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.Builderavoiding the need to create one manually viaJobConfigInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobConfig(JobConfigInput).- Parameters:
jobConfig- a consumer that will call methods onJobConfigInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jobConfig(JobConfigInput)
-
kmsKeyId
StartEarthObservationJobRequest.Builder kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
- Parameters:
kmsKeyId- The Key Management Service key ID for server-side encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
StartEarthObservationJobRequest.Builder name(String name)
The name of the Earth Observation job.
- Parameters:
name- The name of the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StartEarthObservationJobRequest.Builder tags(Map<String,String> tags)
Each tag consists of a key and a value.
- Parameters:
tags- Each tag consists of a key and a value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartEarthObservationJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartEarthObservationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-