Package com.oracle.bmc.self.model
Class ResolveSubscriptionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.self.model.ResolveSubscriptionDetails.Builder
-
- Enclosing class:
- ResolveSubscriptionDetails
public static class ResolveSubscriptionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolveSubscriptionDetailsbuild()ResolveSubscriptionDetails.Buildercopy(ResolveSubscriptionDetails model)ResolveSubscriptionDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ResolveSubscriptionDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.ResolveSubscriptionDetails.BuilderproductId(String productId)The OCID of the marketplace product listing.ResolveSubscriptionDetails.BuilderselfToken(String selfToken)The base 64 encoded JWT token which is mapped to a particular subscription
-
-
-
Method Detail
-
selfToken
public ResolveSubscriptionDetails.Builder selfToken(String selfToken)
The base 64 encoded JWT token which is mapped to a particular subscription- Parameters:
selfToken- the value to set- Returns:
- this builder
-
productId
public ResolveSubscriptionDetails.Builder productId(String productId)
The OCID of the marketplace product listing.- Parameters:
productId- the value to set- Returns:
- this builder
-
freeformTags
public ResolveSubscriptionDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public ResolveSubscriptionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
build
public ResolveSubscriptionDetails build()
-
copy
public ResolveSubscriptionDetails.Builder copy(ResolveSubscriptionDetails model)
-
-