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