Interface SubRegion.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SubRegion.Builder,,- SubRegion> - SdkBuilder<SubRegion.Builder,,- SubRegion> - SdkPojo
- Enclosing class:
- SubRegion
@Mutable
@NotThreadSafe
public static interface SubRegion.Builder
extends SdkPojo, CopyableBuilder<SubRegion.Builder,SubRegion> 
- 
Method SummaryModifier and TypeMethodDescriptionAbbreviated code for the county or sub-region.Name for the county or sub-region.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 the county or sub-region. - Parameters:
- code- Abbreviated code for the county or sub-region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameName for the county or sub-region. - Parameters:
- name- Name for the county or sub-region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-