Class License.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.License.Builder
-
- Enclosing class:
- License
public static class License.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 Licensebuild()Builds a License.License.Builderdescription(java.lang.String description)Set the description.License.Builderid(java.lang.String id)Set the id.License.Buildername(java.lang.String name)Set the name.License.Buildertype(java.lang.String type)Set the type.License.Builderurl(java.lang.String url)Set the url.
-
-
-
Method Detail
-
build
public License build()
Builds a License.- Returns:
- the new License instance
-
id
public License.Builder id(java.lang.String id)
Set the id.- Parameters:
id- the id- Returns:
- the License builder
-
name
public License.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the License builder
-
type
public License.Builder type(java.lang.String type)
Set the type.- Parameters:
type- the type- Returns:
- the License builder
-
url
public License.Builder url(java.lang.String url)
Set the url.- Parameters:
url- the url- Returns:
- the License builder
-
description
public License.Builder description(java.lang.String description)
Set the description.- Parameters:
description- the description- Returns:
- the License builder
-
-