Interface SubRegion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SubRegion.Builder,SubRegion>,SdkBuilder<SubRegion.Builder,SubRegion>,SdkPojo
- Enclosing class:
- SubRegion
public static interface SubRegion.Builder extends SdkPojo, CopyableBuilder<SubRegion.Builder,SubRegion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubRegion.Buildercode(String code)Abbreviated code for the county or sub-region.SubRegion.Buildername(String name)Name for the county or sub-region.-
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
-
code
SubRegion.Builder code(String 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
SubRegion.Builder name(String 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.
-
-