Interface UspsZip.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UspsZip.Builder,UspsZip>,SdkBuilder<UspsZip.Builder,UspsZip>,SdkPojo
- Enclosing class:
- UspsZip
public static interface UspsZip.Builder extends SdkPojo, CopyableBuilder<UspsZip.Builder,UspsZip>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UspsZip.BuilderzipClassificationCode(String zipClassificationCode)The ZIP Classification Code, or in other words what type of postal code is it.UspsZip.BuilderzipClassificationCode(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 Detail
-
zipClassificationCode
UspsZip.Builder zipClassificationCode(String 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,ZipClassificationCode
-
zipClassificationCode
UspsZip.Builder zipClassificationCode(ZipClassificationCode 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,ZipClassificationCode
-
-