public static class JavaLicenseAcceptanceRecordSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public JavaLicenseAcceptanceRecordSummary.Builder id(String id)
The unique identifier for the acceptance record.
id
- the value to setpublic JavaLicenseAcceptanceRecordSummary.Builder licenseAcceptanceStatus(LicenseAcceptanceStatus licenseAcceptanceStatus)
Status of license acceptance.
licenseAcceptanceStatus
- the value to setpublic JavaLicenseAcceptanceRecordSummary.Builder compartmentId(String compartmentId)
The tenancy OCID of the user accepting the license.
compartmentId
- the value to setpublic JavaLicenseAcceptanceRecordSummary.Builder licenseType(LicenseType licenseType)
License type associated with the acceptance.
licenseType
- the value to setpublic JavaLicenseAcceptanceRecordSummary.Builder createdBy(Principal createdBy)
public JavaLicenseAcceptanceRecordSummary.Builder lastUpdatedBy(Principal lastUpdatedBy)
public JavaLicenseAcceptanceRecordSummary.Builder timeAccepted(Date timeAccepted)
The date and time of license acceptance (formatted according to RFC3339).
timeAccepted
- the value to setpublic JavaLicenseAcceptanceRecordSummary.Builder timeLastUpdated(Date timeLastUpdated)
The date and time of last update (formatted according to RFC3339).
timeLastUpdated
- the value to setpublic JavaLicenseAcceptanceRecordSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the JavaLicenseAcceptanceRecord.
lifecycleState
- the value to setpublic JavaLicenseAcceptanceRecordSummary.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"}
. (See Managing Tags
and Tag
Namespaces.)
freeformTags
- the value to setpublic JavaLicenseAcceptanceRecordSummary.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"}}
. (See Understanding Free-form
Tags).
definedTags
- the value to setpublic JavaLicenseAcceptanceRecordSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic JavaLicenseAcceptanceRecordSummary build()
public JavaLicenseAcceptanceRecordSummary.Builder copy(JavaLicenseAcceptanceRecordSummary model)
Copyright © 2016–2024. All rights reserved.