Interface Region.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Region.Builder,,- Region> - SdkBuilder<Region.Builder,,- Region> - SdkPojo
- Enclosing class:
- Region
@Mutable
@NotThreadSafe
public static interface Region.Builder
extends SdkPojo, CopyableBuilder<Region.Builder,Region> 
- 
Method SummaryModifier and TypeMethodDescriptionAbbreviated code for a the state, province or region of the country.Name for a the state, province, or region of the country.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
codeAbbreviated code for a the state, province or region of the country. Example: BC.- Parameters:
- code- Abbreviated code for a the state, province or region of the country.- Example: - BC.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameName for a the state, province, or region of the country. Example: British Columbia.- Parameters:
- name- Name for a the state, province, or region of the country.- Example: - British Columbia.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-