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 Details

    • 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.