| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.applicationId(String applicationId)
The ID of the application that was deployed.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.appliedExtensions(AppliedExtension... appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.appliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.appliedExtensions(Consumer<AppliedExtension.Builder>... appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
static GetDeploymentResponse.Builder |
GetDeploymentResponse.builder() |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.completedAt(Instant completedAt)
The time the deployment completed.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.configurationLocationUri(String configurationLocationUri)
Information about the source location of the configuration.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.configurationName(String configurationName)
The name of the configuration.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.configurationProfileId(String configurationProfileId)
The ID of the configuration profile that was deployed.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.configurationVersion(String configurationVersion)
The configuration version that was deployed.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy that was deployed.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.description(String description)
The description of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.environmentId(String environmentId)
The ID of the environment that was deployed.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.eventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.eventLog(Consumer<DeploymentEvent.Builder>... eventLog)
A list containing all events related to a deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.eventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.finalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and
no longer eligible for automatic rollback.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.growthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.growthType(String growthType)
The algorithm used to define how percentage grew over time.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name of the Key Management Service key used to encrypt configuration data.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.kmsKeyIdentifier(String kmsKeyIdentifier)
The KMS key identifier (key ID, key alias, or key ARN).
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.percentageComplete(Float percentageComplete)
The percentage of targets for which the deployment is available.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.startedAt(Instant startedAt)
The time the deployment started.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.state(DeploymentState state)
The state of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.state(String state)
The state of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentResponse.Builder> |
GetDeploymentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.