Interface Jurisdiction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Jurisdiction.Builder,Jurisdiction>,SdkBuilder<Jurisdiction.Builder,Jurisdiction>,SdkPojo
- Enclosing class:
- Jurisdiction
public static interface Jurisdiction.Builder extends SdkPojo, CopyableBuilder<Jurisdiction.Builder,Jurisdiction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jurisdiction.BuildercountryCode(String countryCode)The country code of the jurisdiction.Jurisdiction.BuilderstateOrRegion(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 Detail
-
countryCode
Jurisdiction.Builder countryCode(String 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
Jurisdiction.Builder stateOrRegion(String 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.
-
-