Class CustomerInstanceReportRecord.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.CustomerInstanceReportRecord.Builder
-
- Enclosing class:
- CustomerInstanceReportRecord
public static class CustomerInstanceReportRecord.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
publisherId
public CustomerInstanceReportRecord.Builder publisherId(String publisherId)
publisher OCID- Parameters:
publisherId- the value to set- Returns:
- this builder
-
listingName
public CustomerInstanceReportRecord.Builder listingName(String listingName)
Name of the listing- Parameters:
listingName- the value to set- Returns:
- this builder
-
listingId
public CustomerInstanceReportRecord.Builder listingId(String listingId)
Listing ID- Parameters:
listingId- the value to set- Returns:
- this builder
-
listingVersionId
public CustomerInstanceReportRecord.Builder listingVersionId(String listingVersionId)
Listing version ID- Parameters:
listingVersionId- the value to set- Returns:
- this builder
-
packageVersion
public CustomerInstanceReportRecord.Builder packageVersion(String packageVersion)
The version for the package- Parameters:
packageVersion- the value to set- Returns:
- this builder
-
packageVersionId
public CustomerInstanceReportRecord.Builder packageVersionId(String packageVersionId)
Package version ID- Parameters:
packageVersionId- the value to set- Returns:
- this builder
-
status
public CustomerInstanceReportRecord.Builder status(String status)
Instance status- Parameters:
status- the value to set- Returns:
- this builder
-
instanceId
public CustomerInstanceReportRecord.Builder instanceId(String instanceId)
Instance OCID- Parameters:
instanceId- the value to set- Returns:
- this builder
-
timeInstanceCreation
public CustomerInstanceReportRecord.Builder timeInstanceCreation(Date timeInstanceCreation)
The date and time that instance was created, expressed in RFC 3339 timestamp format.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeInstanceCreation- the value to set- Returns:
- this builder
-
timeInstanceTermination
public CustomerInstanceReportRecord.Builder timeInstanceTermination(Date timeInstanceTermination)
The date and time that instance was terminated, expressed in RFC 3339 timestamp format.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeInstanceTermination- the value to set- Returns:
- this builder
-
region
public CustomerInstanceReportRecord.Builder region(String region)
The region of the instance- Parameters:
region- the value to set- Returns:
- this builder
-
realm
public CustomerInstanceReportRecord.Builder realm(String realm)
The realm of the instance- Parameters:
realm- the value to set- Returns:
- this builder
-
shape
public CustomerInstanceReportRecord.Builder shape(String shape)
The shape of the instance- Parameters:
shape- the value to set- Returns:
- this builder
-
ociTenancy
public CustomerInstanceReportRecord.Builder ociTenancy(String ociTenancy)
The tenancy of the instance- Parameters:
ociTenancy- the value to set- Returns:
- this builder
-
tenantAdminName
public CustomerInstanceReportRecord.Builder tenantAdminName(String tenantAdminName)
The name of the tenant adminstrator- Parameters:
tenantAdminName- the value to set- Returns:
- this builder
-
tenantAdminEmail
public CustomerInstanceReportRecord.Builder tenantAdminEmail(String tenantAdminEmail)
The email of the tenant adminstrator- Parameters:
tenantAdminEmail- the value to set- Returns:
- this builder
-
freeformTags
public CustomerInstanceReportRecord.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public CustomerInstanceReportRecord.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public CustomerInstanceReportRecord.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public CustomerInstanceReportRecord build()
-
copy
public CustomerInstanceReportRecord.Builder copy(CustomerInstanceReportRecord model)
-
-