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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Authority.Buildercountry(String country)The country code for the country that the address is in.Authority.Builderstate(String state)The state that the address is located.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-