| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.applicationId(String applicationId)
The ID of the application that was deployed.
|
static StopDeploymentResponse.Builder |
StopDeploymentResponse.builder() |
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.completedAt(Instant completedAt)
The time the deployment completed.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.configurationLocationUri(String configurationLocationUri)
Information about the source location of the configuration.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.configurationName(String configurationName)
The name of the configuration.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.configurationProfileId(String configurationProfileId)
The ID of the configuration profile that was deployed.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.configurationVersion(String configurationVersion)
The configuration version that was deployed.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.deploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.deploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy that was deployed.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.description(String description)
The description of the deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.environmentId(String environmentId)
The ID of the environment that was deployed.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.eventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.eventLog(Consumer<DeploymentEvent.Builder>... eventLog)
A list containing all events related to a deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.eventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.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.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.growthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.growthType(String growthType)
The algorithm used to define how percentage grew over time.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.percentageComplete(Float percentageComplete)
The percentage of targets for which the deployment is available.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.startedAt(Instant startedAt)
The time the deployment started.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.state(DeploymentState state)
The state of the deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.state(String state)
The state of the deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopDeploymentResponse.Builder> |
StopDeploymentResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.