Class GetZoneCustomPageOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.custom_pages.v1.model.GetZoneCustomPageOptions.Builder
-
- Enclosing class:
- GetZoneCustomPageOptions
public static class GetZoneCustomPageOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetZoneCustomPageOptions
build()
Builds a GetZoneCustomPageOptions.GetZoneCustomPageOptions.Builder
pageIdentifier(String pageIdentifier)
Set the pageIdentifier.
-
-
-
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 GetZoneCustomPageOptions build()
Builds a GetZoneCustomPageOptions.- Returns:
- the new GetZoneCustomPageOptions instance
-
pageIdentifier
public GetZoneCustomPageOptions.Builder pageIdentifier(String pageIdentifier)
Set the pageIdentifier.- Parameters:
pageIdentifier
- the pageIdentifier- Returns:
- the GetZoneCustomPageOptions builder
-
-