public static interface ListEarthObservationJobOutputConfig.Builder extends SdkPojo, CopyableBuilder<ListEarthObservationJobOutputConfig.Builder,ListEarthObservationJobOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
ListEarthObservationJobOutputConfig.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
|
ListEarthObservationJobOutputConfig.Builder |
creationTime(Instant creationTime)
The creation time.
|
ListEarthObservationJobOutputConfig.Builder |
durationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
|
ListEarthObservationJobOutputConfig.Builder |
name(String name)
The names of the Earth Observation jobs in the list.
|
ListEarthObservationJobOutputConfig.Builder |
operationType(String operationType)
The operation type for an Earth Observation job.
|
ListEarthObservationJobOutputConfig.Builder |
status(EarthObservationJobStatus status)
The status of the list of the Earth Observation jobs.
|
ListEarthObservationJobOutputConfig.Builder |
status(String status)
The status of the list of the Earth Observation jobs.
|
ListEarthObservationJobOutputConfig.Builder |
tags(Map<String,String> tags)
Each tag consists of a key and a value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListEarthObservationJobOutputConfig.Builder arn(String arn)
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
arn - The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.ListEarthObservationJobOutputConfig.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.ListEarthObservationJobOutputConfig.Builder durationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
durationInSeconds - The duration of the session, in seconds.ListEarthObservationJobOutputConfig.Builder name(String name)
The names of the Earth Observation jobs in the list.
name - The names of the Earth Observation jobs in the list.ListEarthObservationJobOutputConfig.Builder operationType(String operationType)
The operation type for an Earth Observation job.
operationType - The operation type for an Earth Observation job.ListEarthObservationJobOutputConfig.Builder status(String status)
The status of the list of the Earth Observation jobs.
status - The status of the list of the Earth Observation jobs.EarthObservationJobStatus,
EarthObservationJobStatusListEarthObservationJobOutputConfig.Builder status(EarthObservationJobStatus status)
The status of the list of the Earth Observation jobs.
status - The status of the list of the Earth Observation jobs.EarthObservationJobStatus,
EarthObservationJobStatusListEarthObservationJobOutputConfig.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.