Interface ListEarthObservationJobOutputConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListEarthObservationJobOutputConfig.Builder,ListEarthObservationJobOutputConfig>,SdkBuilder<ListEarthObservationJobOutputConfig.Builder,ListEarthObservationJobOutputConfig>,SdkPojo
- Enclosing class:
- ListEarthObservationJobOutputConfig
public static interface ListEarthObservationJobOutputConfig.Builder extends SdkPojo, CopyableBuilder<ListEarthObservationJobOutputConfig.Builder,ListEarthObservationJobOutputConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEarthObservationJobOutputConfig.Builderarn(String arn)The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.ListEarthObservationJobOutputConfig.BuildercreationTime(Instant creationTime)The creation time.ListEarthObservationJobOutputConfig.BuilderdurationInSeconds(Integer durationInSeconds)The duration of the session, in seconds.ListEarthObservationJobOutputConfig.Buildername(String name)The names of the Earth Observation jobs in the list.ListEarthObservationJobOutputConfig.BuilderoperationType(String operationType)The operation type for an Earth Observation job.ListEarthObservationJobOutputConfig.Builderstatus(String status)The status of the list of the Earth Observation jobs.ListEarthObservationJobOutputConfig.Builderstatus(EarthObservationJobStatus status)The status of the list of the Earth Observation jobs.ListEarthObservationJobOutputConfig.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
ListEarthObservationJobOutputConfig.Builder arn(String arn)
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
- Parameters:
arn- The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ListEarthObservationJobOutputConfig.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
ListEarthObservationJobOutputConfig.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.
-
name
ListEarthObservationJobOutputConfig.Builder name(String name)
The names of the Earth Observation jobs in the list.
- Parameters:
name- The names of the Earth Observation jobs in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
ListEarthObservationJobOutputConfig.Builder operationType(String operationType)
The operation type for an Earth Observation job.
- Parameters:
operationType- The operation type for an Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListEarthObservationJobOutputConfig.Builder status(String status)
The status of the list of the Earth Observation jobs.
- Parameters:
status- The status of the list of the Earth Observation jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobStatus,EarthObservationJobStatus
-
status
ListEarthObservationJobOutputConfig.Builder status(EarthObservationJobStatus status)
The status of the list of the Earth Observation jobs.
- Parameters:
status- The status of the list of the Earth Observation jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobStatus,EarthObservationJobStatus
-
tags
ListEarthObservationJobOutputConfig.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.
-
-