| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.builder() |
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.deploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.description(String description)
The description of the deployment strategy.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.finalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no
longer eligible for automatic roll back.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.growthFactor(Float growthFactor)
The percentage of targets that received a deployed configuration during each interval.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.growthType(String growthType)
The algorithm used to define how percentage grew over time.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.id(String id)
The deployment strategy ID.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.name(String name)
The name of the deployment strategy.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.replicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.replicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDeploymentStrategyResponse.Builder> |
CreateDeploymentStrategyResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.