Interface CreateDaemonResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDaemonResponse.Builder,,CreateDaemonResponse> EcsResponse.Builder,SdkBuilder<CreateDaemonResponse.Builder,,CreateDaemonResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateDaemonResponse
@Mutable
@NotThreadSafe
public static interface CreateDaemonResponse.Builder
extends EcsResponse.Builder, SdkPojo, CopyableBuilder<CreateDaemonResponse.Builder,CreateDaemonResponse>
-
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 initial daemon deployment.The status of the daemon.status(DaemonStatus status) The status of the daemon.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.
-
deploymentArn
The Amazon Resource Name (ARN) of the initial daemon deployment. This deployment places daemon tasks on each container instance of the specified capacity providers.
- Parameters:
deploymentArn- The Amazon Resource Name (ARN) of the initial daemon deployment. This deployment places daemon tasks on each container instance of the specified capacity providers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-