Interface TimeBasedCanary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TimeBasedCanary.Builder,,TimeBasedCanary> SdkBuilder<TimeBasedCanary.Builder,,TimeBasedCanary> SdkPojo
- Enclosing class:
 TimeBasedCanary
@Mutable
@NotThreadSafe
public static interface TimeBasedCanary.Builder
extends SdkPojo, CopyableBuilder<TimeBasedCanary.Builder,TimeBasedCanary> 
- 
Method Summary
Modifier and TypeMethodDescriptioncanaryInterval(Integer canaryInterval) The number of minutes between the first and second traffic shifts of aTimeBasedCanarydeployment.canaryPercentage(Integer canaryPercentage) The percentage of traffic to shift in the first increment of aTimeBasedCanarydeployment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -