public static class UpdateTemplateDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateTemplateDetails |
build() |
UpdateTemplateDetails.Builder |
copy(UpdateTemplateDetails model) |
UpdateTemplateDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateTemplateDetails.Builder |
description(String description)
Description of the template.
|
UpdateTemplateDetails.Builder |
displayName(String displayName)
The template’s display name.
|
UpdateTemplateDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags associated with the resource.
|
UpdateTemplateDetails.Builder |
logoFileBase64Encoded(String logoFileBase64Encoded)
Base64-encoded logo for the template.
|
UpdateTemplateDetails.Builder |
longDescription(String longDescription)
Detailed description of the template.
|
UpdateTemplateDetails.Builder |
templateConfigSource(UpdateTemplateConfigSourceDetails templateConfigSource) |
public UpdateTemplateDetails.Builder displayName(String displayName)
The template’s display name. Avoid entering confidential information.
displayName
- the value to setpublic UpdateTemplateDetails.Builder description(String description)
Description of the template. Avoid entering confidential information.
description
- the value to setpublic UpdateTemplateDetails.Builder longDescription(String longDescription)
Detailed description of the template. This description is displayed in the Console page listing templates when the template is expanded. Avoid entering confidential information.
longDescription
- the value to setpublic UpdateTemplateDetails.Builder logoFileBase64Encoded(String logoFileBase64Encoded)
Base64-encoded logo for the template.
logoFileBase64Encoded
- the value to setpublic UpdateTemplateDetails.Builder templateConfigSource(UpdateTemplateConfigSourceDetails templateConfigSource)
public UpdateTemplateDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags associated with the resource. Each tag is a key-value pair with no
predefined name, type, or namespace. For more information, see Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic UpdateTemplateDetails.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"}}
definedTags
- the value to setpublic UpdateTemplateDetails build()
public UpdateTemplateDetails.Builder copy(UpdateTemplateDetails model)
Copyright © 2016–2024. All rights reserved.