Interface DaemonSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DaemonSummary.Builder,,DaemonSummary> SdkBuilder<DaemonSummary.Builder,,DaemonSummary> SdkPojo
- Enclosing class:
DaemonSummary
@Mutable
@NotThreadSafe
public static interface DaemonSummary.Builder
extends SdkPojo, CopyableBuilder<DaemonSummary.Builder,DaemonSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp for the time when the daemon was created.The Amazon Resource Name (ARN) of the daemon.The status of the daemon.status(DaemonStatus status) The status of the daemon.The Unix timestamp for the time when the daemon was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
daemonArn
The Amazon Resource Name (ARN) of the daemon.
- Parameters:
daemonArn- The Amazon Resource Name (ARN) of the daemon.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the daemon.
- Parameters:
status- The status of the daemon.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the daemon.
- Parameters:
status- The status of the daemon.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The Unix timestamp for the time when the daemon was created.
- Parameters:
createdAt- The Unix timestamp for the time when the daemon was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp for the time when the daemon was last updated.
- Parameters:
updatedAt- The Unix timestamp for the time when the daemon was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-