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 SummaryAll 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- 
buildpublic MinifySettingValue build() Builds a MinifySettingValue.- Returns:
- the new MinifySettingValue instance
 
 - 
csspublic MinifySettingValue.Builder css(String css) Set the css.- Parameters:
- css- the css
- Returns:
- the MinifySettingValue builder
 
 - 
htmlpublic MinifySettingValue.Builder html(String html) Set the html.- Parameters:
- html- the html
- Returns:
- the MinifySettingValue builder
 
 - 
jspublic MinifySettingValue.Builder js(String js) Set the js.- Parameters:
- js- the js
- Returns:
- the MinifySettingValue builder
 
 
- 
 
-