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 Summary
Modifier 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.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
-
code
Abbreviated 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.
-
name
Name 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.
-