Class MinifySettingValue.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.zones_settings.v1.model.MinifySettingValue.Builder
-
- Enclosing class:
- MinifySettingValue
public static class MinifySettingValue.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MinifySettingValuebuild()Builds a MinifySettingValue.MinifySettingValue.Buildercss(String css)Set the css.MinifySettingValue.Builderhtml(String html)Set the html.MinifySettingValue.Builderjs(String js)Set the js.
-
-
-
Method Detail
-
build
public MinifySettingValue build()
Builds a MinifySettingValue.- Returns:
- the new MinifySettingValue instance
-
css
public MinifySettingValue.Builder css(String css)
Set the css.- Parameters:
css- the css- Returns:
- the MinifySettingValue builder
-
html
public MinifySettingValue.Builder html(String html)
Set the html.- Parameters:
html- the html- Returns:
- the MinifySettingValue builder
-
js
public MinifySettingValue.Builder js(String js)
Set the js.- Parameters:
js- the js- Returns:
- the MinifySettingValue builder
-
-