| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentSummary.Builder |
DeploymentSummary.builder() |
DeploymentSummary.Builder |
DeploymentSummary.Builder.completedAt(Instant completedAt)
Time the deployment completed.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.configurationName(String configurationName)
The name of the configuration.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.configurationVersion(String configurationVersion)
The version of the configuration.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.deploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.finalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no
longer eligible for automatic roll back.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.growthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.growthType(String growthType)
The algorithm used to define how percentage grows over time.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.percentageComplete(Float percentageComplete)
The percentage of targets for which the deployment is available.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.startedAt(Instant startedAt)
Time the deployment started.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.state(DeploymentState state)
The state of the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.state(String state)
The state of the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentSummary.Builder> |
DeploymentSummary.serializableBuilderClass() |
Copyright © 2020. All rights reserved.