Interface UpdateDaemonResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDaemonResponse.Builder,,UpdateDaemonResponse> EcsResponse.Builder,SdkBuilder<UpdateDaemonResponse.Builder,,UpdateDaemonResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateDaemonResponse
@Mutable
@NotThreadSafe
public static interface UpdateDaemonResponse.Builder
extends EcsResponse.Builder, SdkPojo, CopyableBuilder<UpdateDaemonResponse.Builder,UpdateDaemonResponse>
-
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 update.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.
- 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.
-
deploymentArn
The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the update.
- Parameters:
deploymentArn- The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-