Interface Distribution.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Distribution.Builder,Distribution>,SdkBuilder<Distribution.Builder,Distribution>,SdkPojo
- Enclosing class:
- Distribution
public static interface Distribution.Builder extends SdkPojo, CopyableBuilder<Distribution.Builder,Distribution>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Distribution.Builderpercentage(Integer percentage)The percentage of the traffic that is distributed, in increments of 10.Distribution.Builderregion(String region)The Amazon Web Services Region where the traffic is distributed.-
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
-
region
Distribution.Builder region(String region)
The Amazon Web Services Region where the traffic is distributed.
- Parameters:
region- The Amazon Web Services Region where the traffic is distributed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
percentage
Distribution.Builder percentage(Integer percentage)
The percentage of the traffic that is distributed, in increments of 10.
- Parameters:
percentage- The percentage of the traffic that is distributed, in increments of 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-