Interface ServiceDeploymentBrief.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceDeploymentBrief.Builder,
,ServiceDeploymentBrief> SdkBuilder<ServiceDeploymentBrief.Builder,
,ServiceDeploymentBrief> SdkPojo
- Enclosing class:
ServiceDeploymentBrief
@Mutable
@NotThreadSafe
public static interface ServiceDeploymentBrief.Builder
extends SdkPojo, CopyableBuilder<ServiceDeploymentBrief.Builder,ServiceDeploymentBrief>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The ARN of the cluster that hosts the service.The time that the service deployment was created.finishedAt
(Instant finishedAt) The time that the service deployment completed.serviceArn
(String serviceArn) The ARN of the service for this service deployment.serviceDeploymentArn
(String serviceDeploymentArn) The ARN of the service deployment.The time that the service deployment statred.The status of the service deploymentstatus
(ServiceDeploymentStatus status) The status of the service deploymentstatusReason
(String statusReason) Information about why the service deployment is in the current status.targetServiceRevisionArn
(String targetServiceRevisionArn) The ARN of the service revision being deplyed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
serviceDeploymentArn
The ARN of the service deployment.
- Parameters:
serviceDeploymentArn
- The ARN of the service deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
The ARN of the service for this service deployment.
- Parameters:
serviceArn
- The ARN of the service for this service deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterArn
The ARN of the cluster that hosts the service.
- Parameters:
clusterArn
- The ARN of the cluster that hosts the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
- Parameters:
startedAt
- The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
- Parameters:
createdAt
- The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finishedAt
The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
- Parameters:
finishedAt
- The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetServiceRevisionArn
The ARN of the service revision being deplyed.
- Parameters:
targetServiceRevisionArn
- The ARN of the service revision being deplyed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the service deployment
- Parameters:
status
- The status of the service deployment- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the service deployment
- Parameters:
status
- The status of the service deployment- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.
- Parameters:
statusReason
- Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-