Interface Authority.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Authority.Builder,
,Authority> SdkBuilder<Authority.Builder,
,Authority> SdkPojo
- Enclosing class:
Authority
@Mutable
@NotThreadSafe
public static interface Authority.Builder
extends SdkPojo, CopyableBuilder<Authority.Builder,Authority>
-
Method Summary
Modifier and TypeMethodDescriptionThe country code for the country that the address is in.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 Details
-
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
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.
-