public static final class ListMachineGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListMachineGroupRequest |
build() |
ListMachineGroupRequest.Builder |
groupName(String groupName)
The name of the machine group.
|
ListMachineGroupRequest.Builder |
offset(Integer offset)
The line from which the query starts.
|
ListMachineGroupRequest.Builder |
project(String project)
The name of the project.
|
ListMachineGroupRequest.Builder |
size(Integer size)
The number of entries per page.
|
public ListMachineGroupRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:aliyun-test-project
public ListMachineGroupRequest.Builder groupName(String groupName)
The name of the machine group. This parameter is used to filter machine groups. Partial match is supported.
example:test-machine-group
public ListMachineGroupRequest.Builder offset(Integer offset)
The line from which the query starts. Default value: 0.
example:1
public ListMachineGroupRequest.Builder size(Integer size)
The number of entries per page. Maximum value: 500.
example:10
public ListMachineGroupRequest build()
Copyright © 2025. All rights reserved.