public static interface CreateDeploymentStrategyResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<CreateDeploymentStrategyResponse.Builder,CreateDeploymentStrategyResponse>
Modifier and Type | Method and Description |
---|---|
CreateDeploymentStrategyResponse.Builder |
deploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
|
CreateDeploymentStrategyResponse.Builder |
description(String description)
The description of the deployment strategy.
|
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 |
growthFactor(Float growthFactor)
The percentage of targets that received a deployed configuration during each interval.
|
CreateDeploymentStrategyResponse.Builder |
growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
|
CreateDeploymentStrategyResponse.Builder |
growthType(String growthType)
The algorithm used to define how percentage grew over time.
|
CreateDeploymentStrategyResponse.Builder |
id(String id)
The deployment strategy ID.
|
CreateDeploymentStrategyResponse.Builder |
name(String name)
The name of the deployment strategy.
|
CreateDeploymentStrategyResponse.Builder |
replicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
CreateDeploymentStrategyResponse.Builder |
replicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateDeploymentStrategyResponse.Builder id(String id)
The deployment strategy ID.
id
- The deployment strategy ID.CreateDeploymentStrategyResponse.Builder name(String name)
The name of the deployment strategy.
name
- The name of the deployment strategy.CreateDeploymentStrategyResponse.Builder description(String description)
The description of the deployment strategy.
description
- The description of the deployment strategy.CreateDeploymentStrategyResponse.Builder deploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
deploymentDurationInMinutes
- Total amount of time the deployment lasted.CreateDeploymentStrategyResponse.Builder growthType(String growthType)
The algorithm used to define how percentage grew over time.
growthType
- The algorithm used to define how percentage grew over time.GrowthType
,
GrowthType
CreateDeploymentStrategyResponse.Builder growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
growthType
- The algorithm used to define how percentage grew over time.GrowthType
,
GrowthType
CreateDeploymentStrategyResponse.Builder growthFactor(Float growthFactor)
The percentage of targets that received a deployed configuration during each interval.
growthFactor
- The percentage of targets that received a deployed configuration during each interval.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.
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 replicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
replicateTo
- Save the deployment strategy to a Systems Manager (SSM) document.ReplicateTo
,
ReplicateTo
CreateDeploymentStrategyResponse.Builder replicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
replicateTo
- Save the deployment strategy to a Systems Manager (SSM) document.ReplicateTo
,
ReplicateTo
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.