Interface DaemonDeploymentSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DaemonDeploymentSummary.Builder,,DaemonDeploymentSummary> SdkBuilder<DaemonDeploymentSummary.Builder,,DaemonDeploymentSummary> SdkPojo
- Enclosing class:
DaemonDeploymentSummary
@Mutable
@NotThreadSafe
public static interface DaemonDeploymentSummary.Builder
extends SdkPojo, CopyableBuilder<DaemonDeploymentSummary.Builder,DaemonDeploymentSummary>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn(String clusterArn) The Amazon Resource Name (ARN) of the cluster that hosts the daemon.The time the daemon deployment was created.The Amazon Resource Name (ARN) of the daemon.daemonDeploymentArn(String daemonDeploymentArn) The Amazon Resource Name (ARN) of the daemon deployment.finishedAt(Instant finishedAt) The time the daemon deployment finished.The time the daemon deployment started.The status of the daemon deployment.status(DaemonDeploymentStatus status) The status of the daemon deployment.statusReason(String statusReason) Information about why the daemon deployment is in the current status.The time the daemon deployment stopped.targetDaemonRevisionArn(String targetDaemonRevisionArn) The ARN of the daemon revision being deployed.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
-
daemonDeploymentArn
The Amazon Resource Name (ARN) of the daemon deployment.
- Parameters:
daemonDeploymentArn- The Amazon Resource Name (ARN) of the daemon deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
clusterArn
The Amazon Resource Name (ARN) of the cluster that hosts the daemon.
- Parameters:
clusterArn- The Amazon Resource Name (ARN) of the cluster that hosts the daemon.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the daemon deployment.
- Parameters:
status- The status of the daemon deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the daemon deployment.
- Parameters:
status- The status of the daemon deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Information about why the daemon deployment is in the current status.
- Parameters:
statusReason- Information about why the daemon deployment is in the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetDaemonRevisionArn
The ARN of the daemon revision being deployed.
- Parameters:
targetDaemonRevisionArn- The ARN of the daemon revision being deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time the daemon deployment was created.
- Parameters:
createdAt- The time the daemon deployment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The time the daemon deployment started.
- Parameters:
startedAt- The time the daemon deployment started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stoppedAt
The time the daemon deployment stopped.
- Parameters:
stoppedAt- The time the daemon deployment stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finishedAt
The time the daemon deployment finished.
- Parameters:
finishedAt- The time the daemon deployment finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-