Interface Authority.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Authority.Builder,Authority>, SdkBuilder<Authority.Builder,Authority>, SdkPojo
Enclosing class:
Authority

public static interface Authority.Builder extends SdkPojo, CopyableBuilder<Authority.Builder,Authority>
  • Method Details

    • country

      Authority.Builder country(String country)

      The country code for the country that the address is in.

      Parameters:
      country - The country code for the country that the address is in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      Authority.Builder state(String state)

      The state that the address is located.

      Parameters:
      state - The state that the address is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.