public static interface Distribution.Builder extends SdkPojo, CopyableBuilder<Distribution.Builder,Distribution>
| Modifier and Type | Method and Description |
|---|---|
Distribution.Builder |
percentage(Integer percentage)
The percentage of the traffic that is distributed, in increments of 10.
|
Distribution.Builder |
region(String region)
The Amazon Web Services Region where the traffic is distributed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDistribution.Builder region(String region)
The Amazon Web Services Region where the traffic is distributed.
region - The Amazon Web Services Region where the traffic is distributed.Distribution.Builder percentage(Integer percentage)
The percentage of the traffic that is distributed, in increments of 10.
percentage - The percentage of the traffic that is distributed, in increments of 10.Copyright © 2023. All rights reserved.