Class UpdateZoneCustomPageOptions.Builder
- java.lang.Object
- 
- com.ibm.cloud.networking.custom_pages.v1.model.UpdateZoneCustomPageOptions.Builder
 
- 
- Enclosing class:
- UpdateZoneCustomPageOptions
 
 public static class UpdateZoneCustomPageOptions.Builder extends Object Builder.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateZoneCustomPageOptionsbuild()Builds a UpdateZoneCustomPageOptions.UpdateZoneCustomPageOptions.BuilderpageIdentifier(String pageIdentifier)Set the pageIdentifier.UpdateZoneCustomPageOptions.Builderstate(String state)Set the state.UpdateZoneCustomPageOptions.Builderurl(String url)Set the url.
 
- 
- 
- 
Constructor Detail- 
Builderpublic Builder() Instantiates a new builder.
 - 
Builderpublic Builder(String pageIdentifier) Instantiates a new builder with required properties.- Parameters:
- pageIdentifier- the pageIdentifier
 
 
- 
 - 
Method Detail- 
buildpublic UpdateZoneCustomPageOptions build() Builds a UpdateZoneCustomPageOptions.- Returns:
- the new UpdateZoneCustomPageOptions instance
 
 - 
pageIdentifierpublic UpdateZoneCustomPageOptions.Builder pageIdentifier(String pageIdentifier) Set the pageIdentifier.- Parameters:
- pageIdentifier- the pageIdentifier
- Returns:
- the UpdateZoneCustomPageOptions builder
 
 - 
urlpublic UpdateZoneCustomPageOptions.Builder url(String url) Set the url.- Parameters:
- url- the url
- Returns:
- the UpdateZoneCustomPageOptions builder
 
 - 
statepublic UpdateZoneCustomPageOptions.Builder state(String state) Set the state.- Parameters:
- state- the state
- Returns:
- the UpdateZoneCustomPageOptions builder
 
 
- 
 
-