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