Interface DaemonTaskDefinitionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DaemonTaskDefinitionSummary.Builder,,DaemonTaskDefinitionSummary> SdkBuilder<DaemonTaskDefinitionSummary.Builder,,DaemonTaskDefinitionSummary> SdkPojo
- Enclosing class:
DaemonTaskDefinitionSummary
@Mutable
@NotThreadSafe
public static interface DaemonTaskDefinitionSummary.Builder
extends SdkPojo, CopyableBuilder<DaemonTaskDefinitionSummary.Builder,DaemonTaskDefinitionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the daemon task definition.deleteRequestedAt(Instant deleteRequestedAt) The Unix timestamp for the time when the daemon task definition delete was requested.registeredAt(Instant registeredAt) The Unix timestamp for the time when the daemon task definition was registered.registeredBy(String registeredBy) The principal that registered the daemon task definition.The status of the daemon task definition.status(DaemonTaskDefinitionStatus status) The status of the daemon task definition.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
-
arn
The Amazon Resource Name (ARN) of the daemon task definition.
- Parameters:
arn- The Amazon Resource Name (ARN) of the daemon task definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredAt
The Unix timestamp for the time when the daemon task definition was registered.
- Parameters:
registeredAt- The Unix timestamp for the time when the daemon task definition was registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredBy
The principal that registered the daemon task definition.
- Parameters:
registeredBy- The principal that registered the daemon task definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteRequestedAt
The Unix timestamp for the time when the daemon task definition delete was requested.
- Parameters:
deleteRequestedAt- The Unix timestamp for the time when the daemon task definition delete was requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the daemon task definition.
- Parameters:
status- The status of the daemon task definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the daemon task definition.
- Parameters:
status- The status of the daemon task definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-