Interface LastRecorderStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LastRecorderStatus.Builder,
,LastRecorderStatus> SdkBuilder<LastRecorderStatus.Builder,
,LastRecorderStatus> SdkPojo
- Enclosing class:
LastRecorderStatus
public static interface LastRecorderStatus.Builder
extends SdkPojo, CopyableBuilder<LastRecorderStatus.Builder,LastRecorderStatus>
-
Method Summary
Modifier and TypeMethodDescriptionjobStatusDetails
(String jobStatusDetails) A description of a recorder job’s latest status.lastCollectedTime
(Instant lastCollectedTime) The timestamp at which the recorder job was last executed and media stored to local disk.lastUpdatedTime
(Instant lastUpdatedTime) The timestamp at which the recorder status was last updated.recorderStatus
(String recorderStatus) The status of the latest recorder job.recorderStatus
(RecorderStatus recorderStatus) The status of the latest recorder job.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 Details
-
jobStatusDetails
A description of a recorder job’s latest status.
- Parameters:
jobStatusDetails
- A description of a recorder job’s latest status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastCollectedTime
The timestamp at which the recorder job was last executed and media stored to local disk.
- Parameters:
lastCollectedTime
- The timestamp at which the recorder job was last executed and media stored to local disk.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The timestamp at which the recorder status was last updated.
- Parameters:
lastUpdatedTime
- The timestamp at which the recorder status was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recorderStatus
The status of the latest recorder job.
- Parameters:
recorderStatus
- The status of the latest recorder job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recorderStatus
The status of the latest recorder job.
- Parameters:
recorderStatus
- The status of the latest recorder job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-