public static interface StartEarthObservationJobResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<StartEarthObservationJobResponse.Builder,StartEarthObservationJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartEarthObservationJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the Earth Observation job.
|
StartEarthObservationJobResponse.Builder |
creationTime(Instant creationTime)
The creation time.
|
StartEarthObservationJobResponse.Builder |
durationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
|
StartEarthObservationJobResponse.Builder |
executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
default StartEarthObservationJobResponse.Builder |
inputConfig(Consumer<InputConfigOutput.Builder> inputConfig)
Input configuration information for the Earth Observation job.
|
StartEarthObservationJobResponse.Builder |
inputConfig(InputConfigOutput inputConfig)
Input configuration information for the Earth Observation job.
|
default StartEarthObservationJobResponse.Builder |
jobConfig(Consumer<JobConfigInput.Builder> jobConfig)
An object containing information about the job configuration.
|
StartEarthObservationJobResponse.Builder |
jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
|
StartEarthObservationJobResponse.Builder |
kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
|
StartEarthObservationJobResponse.Builder |
name(String name)
The name of the Earth Observation job.
|
StartEarthObservationJobResponse.Builder |
status(EarthObservationJobStatus status)
The status of the Earth Observation job.
|
StartEarthObservationJobResponse.Builder |
status(String status)
The status of the Earth Observation job.
|
StartEarthObservationJobResponse.Builder |
tags(Map<String,String> tags)
Each tag consists of a key and a value.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartEarthObservationJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Earth Observation job.
arn - The Amazon Resource Name (ARN) of the Earth Observation job.StartEarthObservationJobResponse.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.StartEarthObservationJobResponse.Builder durationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
durationInSeconds - The duration of the session, in seconds.StartEarthObservationJobResponse.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.StartEarthObservationJobResponse.Builder inputConfig(InputConfigOutput inputConfig)
Input configuration information for the Earth Observation job.
inputConfig - Input configuration information for the Earth Observation job.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.Builder avoiding the
need to create one manually via InputConfigOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputConfig(InputConfigOutput).
inputConfig - a consumer that will call methods on InputConfigOutput.BuilderinputConfig(InputConfigOutput)StartEarthObservationJobResponse.Builder jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
jobConfig - An object containing information about the job configuration.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.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)StartEarthObservationJobResponse.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.StartEarthObservationJobResponse.Builder name(String name)
The name of the Earth Observation job.
name - The name of the Earth Observation job.StartEarthObservationJobResponse.Builder status(String status)
The status of the Earth Observation job.
status - The status of the Earth Observation job.EarthObservationJobStatus,
EarthObservationJobStatusStartEarthObservationJobResponse.Builder status(EarthObservationJobStatus status)
The status of the Earth Observation job.
status - The status of the Earth Observation job.EarthObservationJobStatus,
EarthObservationJobStatusStartEarthObservationJobResponse.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.Copyright © 2023. All rights reserved.