Interface UspsZip.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UspsZip.Builder,
,UspsZip> SdkBuilder<UspsZip.Builder,
,UspsZip> SdkPojo
- Enclosing class:
UspsZip
@Mutable
@NotThreadSafe
public static interface UspsZip.Builder
extends SdkPojo, CopyableBuilder<UspsZip.Builder,UspsZip>
-
Method Summary
Modifier and TypeMethodDescriptionzipClassificationCode
(String zipClassificationCode) The ZIP Classification Code, or in other words what type of postal code is it.zipClassificationCode
(ZipClassificationCode zipClassificationCode) The ZIP Classification Code, or in other words what type of postal code is it.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
-
zipClassificationCode
The ZIP Classification Code, or in other words what type of postal code is it.
- Parameters:
zipClassificationCode
- The ZIP Classification Code, or in other words what type of postal code is it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
zipClassificationCode
The ZIP Classification Code, or in other words what type of postal code is it.
- Parameters:
zipClassificationCode
- The ZIP Classification Code, or in other words what type of postal code is it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-