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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateZoneCustomPageOptions
build()
Builds a UpdateZoneCustomPageOptions.UpdateZoneCustomPageOptions.Builder
pageIdentifier(String pageIdentifier)
Set the pageIdentifier.UpdateZoneCustomPageOptions.Builder
state(String state)
Set the state.UpdateZoneCustomPageOptions.Builder
url(String url)
Set the url.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String pageIdentifier)
Instantiates a new builder with required properties.- Parameters:
pageIdentifier
- the pageIdentifier
-
-
Method Detail
-
build
public UpdateZoneCustomPageOptions build()
Builds a UpdateZoneCustomPageOptions.- Returns:
- the new UpdateZoneCustomPageOptions instance
-
pageIdentifier
public UpdateZoneCustomPageOptions.Builder pageIdentifier(String pageIdentifier)
Set the pageIdentifier.- Parameters:
pageIdentifier
- the pageIdentifier- Returns:
- the UpdateZoneCustomPageOptions builder
-
url
public UpdateZoneCustomPageOptions.Builder url(String url)
Set the url.- Parameters:
url
- the url- Returns:
- the UpdateZoneCustomPageOptions builder
-
state
public UpdateZoneCustomPageOptions.Builder state(String state)
Set the state.- Parameters:
state
- the state- Returns:
- the UpdateZoneCustomPageOptions builder
-
-