Interface Country.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Country.Builder,Country>,SdkBuilder<Country.Builder,Country>,SdkPojo
- Enclosing class:
- Country
public static interface Country.Builder extends SdkPojo, CopyableBuilder<Country.Builder,Country>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Country.BuildercountryCode(String countryCode)The country code of the remote IP address.Country.BuildercountryName(String countryName)The country name of the remote IP address.-
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
-
countryCode
Country.Builder countryCode(String countryCode)
The country code of the remote IP address.
- Parameters:
countryCode- The country code of the remote IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryName
Country.Builder countryName(String countryName)
The country name of the remote IP address.
- Parameters:
countryName- The country name of the remote IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-