public static final class ApplyConfigToMachineGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ApplyConfigToMachineGroupRequest |
build() |
ApplyConfigToMachineGroupRequest.Builder |
configName(String configName)
The name of the Logtail configuration.
|
ApplyConfigToMachineGroupRequest.Builder |
machineGroup(String machineGroup)
The name of the machine group.
|
ApplyConfigToMachineGroupRequest.Builder |
project(String project)
The name of the project.
|
public ApplyConfigToMachineGroupRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public ApplyConfigToMachineGroupRequest.Builder machineGroup(String machineGroup)
The name of the machine group.
This parameter is required.
example:sample-group
public ApplyConfigToMachineGroupRequest.Builder configName(String configName)
The name of the Logtail configuration.
This parameter is required.
example:logtail-config-sample
public ApplyConfigToMachineGroupRequest build()
Copyright © 2025. All rights reserved.