public static final class ListGroupsForUserResponseBody.Group.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListGroupsForUserResponseBody.Group |
build() |
ListGroupsForUserResponseBody.Group.Builder |
comments(String comments)
The description of the RAM user group.
|
ListGroupsForUserResponseBody.Group.Builder |
groupId(String groupId)
The ID of the RAM user group.
|
ListGroupsForUserResponseBody.Group.Builder |
groupName(String groupName)
The name of the RAM user group.
|
ListGroupsForUserResponseBody.Group.Builder |
joinDate(String joinDate)
The time when the RAM user joined the RAM user group.
|
public ListGroupsForUserResponseBody.Group.Builder comments(String comments)
The description of the RAM user group.
example:Dev-Team
public ListGroupsForUserResponseBody.Group.Builder groupId(String groupId)
The ID of the RAM user group.
example:g-zYtroLrgbZR1****
public ListGroupsForUserResponseBody.Group.Builder groupName(String groupName)
The name of the RAM user group.
example:Dev-Team
public ListGroupsForUserResponseBody.Group.Builder joinDate(String joinDate)
The time when the RAM user joined the RAM user group.
example:2015-01-23T12:33:18Z
public ListGroupsForUserResponseBody.Group build()
Copyright © 2025. All rights reserved.