Package com.oracle.bmc.usage.model
Class SkuProducts.Builder
- java.lang.Object
-
- com.oracle.bmc.usage.model.SkuProducts.Builder
-
- Enclosing class:
- SkuProducts
public static class SkuProducts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SkuProductsbuild()SkuProducts.BuildercloudCreditType(String cloudCreditType)The cloud credit type for the resource.SkuProducts.Buildercopy(SkuProducts model)SkuProducts.BuilderskuId(String skuId)The Sku Id for the resource.SkuProducts.BuilderskuType(String skuType)The Sku type for the resource.
-
-
-
Method Detail
-
skuId
public SkuProducts.Builder skuId(String skuId)
The Sku Id for the resource.- Parameters:
skuId- the value to set- Returns:
- this builder
-
skuType
public SkuProducts.Builder skuType(String skuType)
The Sku type for the resource.- Parameters:
skuType- the value to set- Returns:
- this builder
-
cloudCreditType
public SkuProducts.Builder cloudCreditType(String cloudCreditType)
The cloud credit type for the resource.- Parameters:
cloudCreditType- the value to set- Returns:
- this builder
-
build
public SkuProducts build()
-
copy
public SkuProducts.Builder copy(SkuProducts model)
-
-