default ServiceDeployment.Builder |
ServiceDeployment.Builder.alarms(Consumer<ServiceDeploymentAlarms.Builder> alarms) |
The CloudWatch alarms that determine when a service deployment fails.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.alarms(ServiceDeploymentAlarms alarms) |
The CloudWatch alarms that determine when a service deployment fails.
|
static ServiceDeployment.Builder |
ServiceDeployment.builder() |
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.clusterArn(String clusterArn) |
The ARN of the cluster that hosts the service.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.createdAt(Instant createdAt) |
The time the service deployment was created.
|
default ServiceDeployment.Builder |
ServiceDeployment.Builder.deploymentCircuitBreaker(Consumer<ServiceDeploymentCircuitBreaker.Builder> deploymentCircuitBreaker) |
The circuit breaker configuration that determines a service deployment failed.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.deploymentCircuitBreaker(ServiceDeploymentCircuitBreaker deploymentCircuitBreaker) |
The circuit breaker configuration that determines a service deployment failed.
|
default ServiceDeployment.Builder |
ServiceDeployment.Builder.deploymentConfiguration(Consumer<DeploymentConfiguration.Builder> deploymentConfiguration) |
Sets the value of the DeploymentConfiguration property for this object.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.deploymentConfiguration(DeploymentConfiguration deploymentConfiguration) |
Sets the value of the DeploymentConfiguration property for this object.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.finishedAt(Instant finishedAt) |
The time the service deployment finished.
|
default ServiceDeployment.Builder |
ServiceDeployment.Builder.rollback(Consumer<Rollback.Builder> rollback) |
The rollback options the service deployment uses when the deployment fails.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.rollback(Rollback rollback) |
The rollback options the service deployment uses when the deployment fails.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.serviceArn(String serviceArn) |
The ARN of the service for this service deployment.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.serviceDeploymentArn(String serviceDeploymentArn) |
The ARN of the service deployment.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.sourceServiceRevisions(Collection<ServiceRevisionSummary> sourceServiceRevisions) |
The currently deployed workload configuration.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.sourceServiceRevisions(Consumer<ServiceRevisionSummary.Builder>... sourceServiceRevisions) |
The currently deployed workload configuration.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.sourceServiceRevisions(ServiceRevisionSummary... sourceServiceRevisions) |
The currently deployed workload configuration.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.startedAt(Instant startedAt) |
The time the service deployment statred.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.status(String status) |
The service deployment state.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.status(ServiceDeploymentStatus status) |
The service deployment state.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.statusReason(String statusReason) |
Information about why the service deployment is in the current status.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.stoppedAt(Instant stoppedAt) |
The time the service deployment stopped.
|
default ServiceDeployment.Builder |
ServiceDeployment.Builder.targetServiceRevision(Consumer<ServiceRevisionSummary.Builder> targetServiceRevision) |
The workload configuration being deployed.
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.targetServiceRevision(ServiceRevisionSummary targetServiceRevision) |
The workload configuration being deployed.
|
ServiceDeployment.Builder |
ServiceDeployment.toBuilder() |
|
ServiceDeployment.Builder |
ServiceDeployment.Builder.updatedAt(Instant updatedAt) |
The time that the service deployment was last updated.
|