public static final class ALBPGDeploymentRule.Builder
extends java.lang.Object
ALBPGDeploymentRule.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBPGDeploymentRule. |
| Modifier and Type | Method and Description |
|---|---|
ALBPGDeploymentRule |
build() |
ALBPGDeploymentRule.Builder |
setMetricId(java.lang.String metricId)
metric_id of PGDeploymentRule.
|
ALBPGDeploymentRule.Builder |
setOperator(java.lang.String operator)
Possible values are:
ALBPGDeploymentRule.OPERATOR_EQ
ALBPGDeploymentRule.OPERATOR_GT
ALBPGDeploymentRule.OPERATOR_GE
ALBPGDeploymentRule.OPERATOR_LT
ALBPGDeploymentRule.OPERATOR_LE
ALBPGDeploymentRule.OPERATOR_NE
Enum options - CO_EQ, CO_GT, CO_GE, CO_LT, CO_LE, CO_NE. |
ALBPGDeploymentRule.Builder |
setThreshold(java.lang.Double threshold)
metric threshold that is used as the pass fail.
|
public Builder()
ALBPGDeploymentRule.public ALBPGDeploymentRule.Builder setMetricId(java.lang.String metricId)
metricId - New value for the property.public ALBPGDeploymentRule.Builder setOperator(java.lang.String operator)
operator - New value for the property.public ALBPGDeploymentRule.Builder setThreshold(java.lang.Double threshold)
threshold - New value for the property.public ALBPGDeploymentRule build()