Class Support.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.Support.Builder
-
- Enclosing class:
- Support
public static class Support.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Support.BuilderaddLocations(java.lang.String locations)Adds an locations to locations.Supportbuild()Builds a Support.Support.Builderlocations(java.util.List<java.lang.String> locations)Set the locations.Support.Builderprocess(java.lang.String process)Set the process.Support.Builderurl(java.lang.String url)Set the url.
-
-
-
Method Detail
-
build
public Support build()
Builds a Support.- Returns:
- the new Support instance
-
addLocations
public Support.Builder addLocations(java.lang.String locations)
Adds an locations to locations.- Parameters:
locations- the new locations- Returns:
- the Support builder
-
url
public Support.Builder url(java.lang.String url)
Set the url.- Parameters:
url- the url- Returns:
- the Support builder
-
process
public Support.Builder process(java.lang.String process)
Set the process.- Parameters:
process- the process- Returns:
- the Support builder
-
locations
public Support.Builder locations(java.util.List<java.lang.String> locations)
Set the locations. Existing locations will be replaced.- Parameters:
locations- the locations- Returns:
- the Support builder
-
-