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 Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateIpGeolocationOptions
build()
Builds a UpdateIpGeolocationOptions.UpdateIpGeolocationOptions.Builder
value(String value)
Set the value.
-
-
-
Method Detail
-
build
public UpdateIpGeolocationOptions build()
Builds a UpdateIpGeolocationOptions.- Returns:
- the new UpdateIpGeolocationOptions instance
-
value
public UpdateIpGeolocationOptions.Builder value(String value)
Set the value.- Parameters:
value
- the value- Returns:
- the UpdateIpGeolocationOptions builder
-
-