Interface Jurisdiction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Jurisdiction.Builder,
,Jurisdiction> SdkBuilder<Jurisdiction.Builder,
,Jurisdiction> SdkPojo
- Enclosing class:
Jurisdiction
@Mutable
@NotThreadSafe
public static interface Jurisdiction.Builder
extends SdkPojo, CopyableBuilder<Jurisdiction.Builder,Jurisdiction>
-
Method Summary
Modifier and TypeMethodDescriptioncountryCode
(String countryCode) The country code of the jurisdiction.stateOrRegion
(String stateOrRegion) The state, region, or province associated with the country of the jurisdiction, if applicable.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
-
countryCode
The country code of the jurisdiction.
- Parameters:
countryCode
- The country code of the jurisdiction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateOrRegion
The state, region, or province associated with the country of the jurisdiction, if applicable.
- Parameters:
stateOrRegion
- The state, region, or province associated with the country of the jurisdiction, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-