public static class AcceptedAgreement.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AcceptedAgreement.Builder |
agreementId(String agreementId)
The unique identifier for the terms of use agreement itself.
|
AcceptedAgreement |
build() |
AcceptedAgreement.Builder |
compartmentId(String compartmentId)
The unique identifier for the compartment where the agreement was accepted.
|
AcceptedAgreement.Builder |
copy(AcceptedAgreement model) |
AcceptedAgreement.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
AcceptedAgreement.Builder |
displayName(String displayName)
A display name for the accepted agreement.
|
AcceptedAgreement.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
AcceptedAgreement.Builder |
id(String id)
The unique identifier for the acceptance of the agreement within a specific compartment.
|
AcceptedAgreement.Builder |
listingId(String listingId)
The unique identifier for the listing associated with the agreement.
|
AcceptedAgreement.Builder |
packageVersion(String packageVersion)
The package version associated with the agreement.
|
AcceptedAgreement.Builder |
timeAccepted(Date timeAccepted)
The time the agreement was accepted.
|
public AcceptedAgreement.Builder id(String id)
The unique identifier for the acceptance of the agreement within a specific compartment.
id
- the value to setpublic AcceptedAgreement.Builder displayName(String displayName)
A display name for the accepted agreement.
displayName
- the value to setpublic AcceptedAgreement.Builder compartmentId(String compartmentId)
The unique identifier for the compartment where the agreement was accepted.
compartmentId
- the value to setpublic AcceptedAgreement.Builder listingId(String listingId)
The unique identifier for the listing associated with the agreement.
listingId
- the value to setpublic AcceptedAgreement.Builder packageVersion(String packageVersion)
The package version associated with the agreement.
packageVersion
- the value to setpublic AcceptedAgreement.Builder agreementId(String agreementId)
The unique identifier for the terms of use agreement itself.
agreementId
- the value to setpublic AcceptedAgreement.Builder timeAccepted(Date timeAccepted)
The time the agreement was accepted.
timeAccepted
- the value to setpublic AcceptedAgreement.Builder definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any. Each key is predefined and scoped
to namespaces. For more information, see Resource
Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic AcceptedAgreement.Builder freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any. Each tag is a simple key-value
pair with no predefined name, type, or namespace. For more information, see Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic AcceptedAgreement build()
public AcceptedAgreement.Builder copy(AcceptedAgreement model)
Copyright © 2016–2024. All rights reserved.