Interface TimeBasedCanary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeBasedCanary.Builder,TimeBasedCanary>,SdkBuilder<TimeBasedCanary.Builder,TimeBasedCanary>,SdkPojo
- Enclosing class:
- TimeBasedCanary
public static interface TimeBasedCanary.Builder extends SdkPojo, CopyableBuilder<TimeBasedCanary.Builder,TimeBasedCanary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeBasedCanary.BuildercanaryInterval(Integer canaryInterval)The number of minutes between the first and second traffic shifts of aTimeBasedCanarydeployment.TimeBasedCanary.BuildercanaryPercentage(Integer canaryPercentage)The percentage of traffic to shift in the first increment of aTimeBasedCanarydeployment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
canaryPercentage
TimeBasedCanary.Builder canaryPercentage(Integer canaryPercentage)
The percentage of traffic to shift in the first increment of a
TimeBasedCanarydeployment.- Parameters:
canaryPercentage- The percentage of traffic to shift in the first increment of aTimeBasedCanarydeployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
canaryInterval
TimeBasedCanary.Builder canaryInterval(Integer canaryInterval)
The number of minutes between the first and second traffic shifts of a
TimeBasedCanarydeployment.- Parameters:
canaryInterval- The number of minutes between the first and second traffic shifts of aTimeBasedCanarydeployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-