Interface Headquarters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Headquarters.Builder,,Headquarters> SdkBuilder<Headquarters.Builder,,Headquarters> SdkPojo
- Enclosing class:
Headquarters
@Mutable
@NotThreadSafe
public static interface Headquarters.Builder
extends SdkPojo, CopyableBuilder<Headquarters.Builder,Headquarters>
-
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) The ISO 3166-1 alpha-2 country code of the partner's headquarters.subdivisionCode(String subdivisionCode) The subdivision portion of the ISO 3166-2 code for the partner's headquarters (for example,SPfromBR-SP,NSWfromAU-NSW, or13fromJP-13).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
countryCode
The ISO 3166-1 alpha-2 country code of the partner's headquarters. For example,
US,BR, orDE.- Parameters:
countryCode- The ISO 3166-1 alpha-2 country code of the partner's headquarters. For example,US,BR, orDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subdivisionCode
The subdivision portion of the ISO 3166-2 code for the partner's headquarters (for example,
SPfromBR-SP,NSWfromAU-NSW, or13fromJP-13).- Parameters:
subdivisionCode- The subdivision portion of the ISO 3166-2 code for the partner's headquarters (for example,SPfromBR-SP,NSWfromAU-NSW, or13fromJP-13).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-