Interface StartEarthObservationJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartEarthObservationJobResponse.Builder,StartEarthObservationJobResponse>,SageMakerGeospatialResponse.Builder,SdkBuilder<StartEarthObservationJobResponse.Builder,StartEarthObservationJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartEarthObservationJobResponse
public static interface StartEarthObservationJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<StartEarthObservationJobResponse.Builder,StartEarthObservationJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartEarthObservationJobResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the Earth Observation job.StartEarthObservationJobResponse.BuildercreationTime(Instant creationTime)The creation time.StartEarthObservationJobResponse.BuilderdurationInSeconds(Integer durationInSeconds)The duration of the session, in seconds.StartEarthObservationJobResponse.BuilderexecutionRoleArn(String executionRoleArn)The Amazon Resource Name (ARN) of the IAM role that you specified for the job.default StartEarthObservationJobResponse.BuilderinputConfig(Consumer<InputConfigOutput.Builder> inputConfig)Input configuration information for the Earth Observation job.StartEarthObservationJobResponse.BuilderinputConfig(InputConfigOutput inputConfig)Input configuration information for the Earth Observation job.default StartEarthObservationJobResponse.BuilderjobConfig(Consumer<JobConfigInput.Builder> jobConfig)An object containing information about the job configuration.StartEarthObservationJobResponse.BuilderjobConfig(JobConfigInput jobConfig)An object containing information about the job configuration.StartEarthObservationJobResponse.BuilderkmsKeyId(String kmsKeyId)The Key Management Service key ID for server-side encryption.StartEarthObservationJobResponse.Buildername(String name)The name of the Earth Observation job.StartEarthObservationJobResponse.Builderstatus(String status)The status of the Earth Observation job.StartEarthObservationJobResponse.Builderstatus(EarthObservationJobStatus status)The status of the Earth Observation job.StartEarthObservationJobResponse.Buildertags(Map<String,String> tags)Each tag consists of a key and a value.-
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
StartEarthObservationJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Earth Observation job.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
StartEarthObservationJobResponse.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.
-
durationInSeconds
StartEarthObservationJobResponse.Builder durationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
- Parameters:
durationInSeconds- The duration of the session, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRoleArn
StartEarthObservationJobResponse.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
StartEarthObservationJobResponse.Builder inputConfig(InputConfigOutput 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 StartEarthObservationJobResponse.Builder inputConfig(Consumer<InputConfigOutput.Builder> inputConfig)
Input configuration information for the Earth Observation job.
This is a convenience method that creates an instance of theInputConfigOutput.Builderavoiding the need to create one manually viaInputConfigOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputConfig(InputConfigOutput).- Parameters:
inputConfig- a consumer that will call methods onInputConfigOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputConfig(InputConfigOutput)
-
jobConfig
StartEarthObservationJobResponse.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 StartEarthObservationJobResponse.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
StartEarthObservationJobResponse.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
StartEarthObservationJobResponse.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.
-
status
StartEarthObservationJobResponse.Builder status(String status)
The status of the Earth Observation job.
- Parameters:
status- The status of the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobStatus,EarthObservationJobStatus
-
status
StartEarthObservationJobResponse.Builder status(EarthObservationJobStatus status)
The status of the Earth Observation job.
- Parameters:
status- The status of the Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobStatus,EarthObservationJobStatus
-
tags
StartEarthObservationJobResponse.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.
-
-