public static final class UpdateConfigTemplateRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateConfigTemplateRequest |
build() |
UpdateConfigTemplateRequest.Builder |
content(String content)
The content of the configuration template.
|
UpdateConfigTemplateRequest.Builder |
description(String description)
The description of the configuration template.
|
UpdateConfigTemplateRequest.Builder |
format(String format)
The data format of the configuration template.
|
UpdateConfigTemplateRequest.Builder |
id(Long id)
The ID of the configuration template.
|
UpdateConfigTemplateRequest.Builder |
name(String name)
The name of the configuration template.
|
public UpdateConfigTemplateRequest.Builder content(String content)
public UpdateConfigTemplateRequest.Builder description(String description)
public UpdateConfigTemplateRequest.Builder format(String format)
* JSON: JSON format * XML: XML format * YAML: YAML format * Properties: .properties format * KeyValue: key-value pairs * Custom: custom format
public UpdateConfigTemplateRequest.Builder id(Long id)
public UpdateConfigTemplateRequest.Builder name(String name)
public UpdateConfigTemplateRequest build()
Copyright © 2023. All rights reserved.