Class UpdateIpGeolocationOptions.Builder
- java.lang.Object
- 
- com.ibm.cloud.networking.zones_settings.v1.model.UpdateIpGeolocationOptions.Builder
 
- 
- Enclosing class:
- UpdateIpGeolocationOptions
 
 public static class UpdateIpGeolocationOptions.Builder extends Object Builder.
- 
- 
Constructor SummaryConstructors Constructor Description Builder()Instantiates a new builder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateIpGeolocationOptionsbuild()Builds a UpdateIpGeolocationOptions.UpdateIpGeolocationOptions.Buildervalue(String value)Set the value.
 
- 
- 
- 
Method Detail- 
buildpublic UpdateIpGeolocationOptions build() Builds a UpdateIpGeolocationOptions.- Returns:
- the new UpdateIpGeolocationOptions instance
 
 - 
valuepublic UpdateIpGeolocationOptions.Builder value(String value) Set the value.- Parameters:
- value- the value
- Returns:
- the UpdateIpGeolocationOptions builder
 
 
- 
 
-