Interface DeleteDaemonResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteDaemonResponse.Builder,,DeleteDaemonResponse> EcsResponse.Builder,SdkBuilder<DeleteDaemonResponse.Builder,,DeleteDaemonResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteDaemonResponse
@Mutable
@NotThreadSafe
public static interface DeleteDaemonResponse.Builder
extends EcsResponse.Builder, SdkPojo, CopyableBuilder<DeleteDaemonResponse.Builder,DeleteDaemonResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp for the time when the daemon was created.The Amazon Resource Name (ARN) of the daemon.deploymentArn(String deploymentArn) The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the delete operation.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.services.ecs.model.EcsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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. After you call
DeleteDaemon, the status changes toDELETE_IN_PROGRESS.- Parameters:
status- The status of the daemon. After you callDeleteDaemon, the status changes toDELETE_IN_PROGRESS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the daemon. After you call
DeleteDaemon, the status changes toDELETE_IN_PROGRESS.- Parameters:
status- The status of the daemon. After you callDeleteDaemon, the status changes toDELETE_IN_PROGRESS.- 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.
-
deploymentArn
The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the delete operation. This deployment drains existing daemon tasks from the container instances.
- Parameters:
deploymentArn- The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the delete operation. This deployment drains existing daemon tasks from the container instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-