Class UpdateHotlinkProtectionOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.zones_settings.v1.model.UpdateHotlinkProtectionOptions.Builder
-
- Enclosing class:
- UpdateHotlinkProtectionOptions
public static class UpdateHotlinkProtectionOptions.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 UpdateHotlinkProtectionOptions
build()
Builds a UpdateHotlinkProtectionOptions.UpdateHotlinkProtectionOptions.Builder
value(String value)
Set the value.
-
-
-
Method Detail
-
build
public UpdateHotlinkProtectionOptions build()
Builds a UpdateHotlinkProtectionOptions.- Returns:
- the new UpdateHotlinkProtectionOptions instance
-
value
public UpdateHotlinkProtectionOptions.Builder value(String value)
Set the value.- Parameters:
value
- the value- Returns:
- the UpdateHotlinkProtectionOptions builder
-
-