Interface IpCity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpCity.Builder,IpCity>,SdkBuilder<IpCity.Builder,IpCity>,SdkPojo
- Enclosing class:
- IpCity
public static interface IpCity.Builder extends SdkPojo, CopyableBuilder<IpCity.Builder,IpCity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpCity.Buildername(String name)The name of the city.-
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, sdkFields
-
-
-
-
Method Detail
-
name
IpCity.Builder name(String name)
The name of the city.
- Parameters:
name- The name of the city.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-