public static interface DeploymentSummary.Builder extends SdkPojo, CopyableBuilder<DeploymentSummary.Builder,DeploymentSummary>
| Modifier and Type | Method and Description |
|---|---|
DeploymentSummary.Builder |
completedAt(Instant completedAt)
Time the deployment completed.
|
DeploymentSummary.Builder |
configurationName(String configurationName)
The name of the configuration.
|
DeploymentSummary.Builder |
configurationVersion(String configurationVersion)
The version of the configuration.
|
DeploymentSummary.Builder |
deploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
DeploymentSummary.Builder |
deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
DeploymentSummary.Builder |
finalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no
longer eligible for automatic rollback.
|
DeploymentSummary.Builder |
growthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
DeploymentSummary.Builder |
growthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
DeploymentSummary.Builder |
growthType(String growthType)
The algorithm used to define how percentage grows over time.
|
DeploymentSummary.Builder |
percentageComplete(Float percentageComplete)
The percentage of targets for which the deployment is available.
|
DeploymentSummary.Builder |
startedAt(Instant startedAt)
Time the deployment started.
|
DeploymentSummary.Builder |
state(DeploymentState state)
The state of the deployment.
|
DeploymentSummary.Builder |
state(String state)
The state of the deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentSummary.Builder deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
deploymentNumber - The sequence number of the deployment.DeploymentSummary.Builder configurationName(String configurationName)
The name of the configuration.
configurationName - The name of the configuration.DeploymentSummary.Builder configurationVersion(String configurationVersion)
The version of the configuration.
configurationVersion - The version of the configuration.DeploymentSummary.Builder deploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
deploymentDurationInMinutes - Total amount of time the deployment lasted.DeploymentSummary.Builder growthType(String growthType)
The algorithm used to define how percentage grows over time.
growthType - The algorithm used to define how percentage grows over time.GrowthType,
GrowthTypeDeploymentSummary.Builder growthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
growthType - The algorithm used to define how percentage grows over time.GrowthType,
GrowthTypeDeploymentSummary.Builder growthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
growthFactor - The percentage of targets to receive a deployed configuration during each interval.DeploymentSummary.Builder finalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.
finalBakeTimeInMinutes - The amount of time that AppConfig monitors for alarms before considering the deployment to be complete
and no longer eligible for automatic rollback.DeploymentSummary.Builder state(String state)
The state of the deployment.
state - The state of the deployment.DeploymentState,
DeploymentStateDeploymentSummary.Builder state(DeploymentState state)
The state of the deployment.
state - The state of the deployment.DeploymentState,
DeploymentStateDeploymentSummary.Builder percentageComplete(Float percentageComplete)
The percentage of targets for which the deployment is available.
percentageComplete - The percentage of targets for which the deployment is available.DeploymentSummary.Builder startedAt(Instant startedAt)
Time the deployment started.
startedAt - Time the deployment started.DeploymentSummary.Builder completedAt(Instant completedAt)
Time the deployment completed.
completedAt - Time the deployment completed.Copyright © 2023. All rights reserved.