Class GetLicensesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetLicensesOptions.Builder
-
- Enclosing class:
- GetLicensesOptions
public static class GetLicensesOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLicensesOptions.BuilderaccountId(java.lang.String accountId)Set the accountId.GetLicensesOptionsbuild()Builds a GetLicensesOptions.GetLicensesOptions.BuilderlicenseProductId(java.lang.String licenseProductId)Set the licenseProductId.GetLicensesOptions.BuilderlicenseProviderId(java.lang.String licenseProviderId)Set the licenseProviderId.GetLicensesOptions.BuilderlicenseType(java.lang.String licenseType)Set the licenseType.GetLicensesOptions.Buildername(java.lang.String name)Set the name.
-
-
-
Method Detail
-
build
public GetLicensesOptions build()
Builds a GetLicensesOptions.- Returns:
- the new GetLicensesOptions instance
-
licenseProviderId
public GetLicensesOptions.Builder licenseProviderId(java.lang.String licenseProviderId)
Set the licenseProviderId.- Parameters:
licenseProviderId- the licenseProviderId- Returns:
- the GetLicensesOptions builder
-
accountId
public GetLicensesOptions.Builder accountId(java.lang.String accountId)
Set the accountId.- Parameters:
accountId- the accountId- Returns:
- the GetLicensesOptions builder
-
name
public GetLicensesOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the GetLicensesOptions builder
-
licenseType
public GetLicensesOptions.Builder licenseType(java.lang.String licenseType)
Set the licenseType.- Parameters:
licenseType- the licenseType- Returns:
- the GetLicensesOptions builder
-
licenseProductId
public GetLicensesOptions.Builder licenseProductId(java.lang.String licenseProductId)
Set the licenseProductId.- Parameters:
licenseProductId- the licenseProductId- Returns:
- the GetLicensesOptions builder
-
-