public static class UpdateAcceptedAgreementDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAcceptedAgreementDetails |
build() |
UpdateAcceptedAgreementDetails.Builder |
copy(UpdateAcceptedAgreementDetails model) |
UpdateAcceptedAgreementDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
UpdateAcceptedAgreementDetails.Builder |
displayName(String displayName)
A display name for the accepted agreement.
|
UpdateAcceptedAgreementDetails.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
public UpdateAcceptedAgreementDetails.Builder displayName(String displayName)
A display name for the accepted agreement.
displayName
- the value to setpublic UpdateAcceptedAgreementDetails.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 UpdateAcceptedAgreementDetails.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 UpdateAcceptedAgreementDetails build()
public UpdateAcceptedAgreementDetails.Builder copy(UpdateAcceptedAgreementDetails model)
Copyright © 2016–2024. All rights reserved.