public static final class ListEntitiesForPolicyResponseBody.Role.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListEntitiesForPolicyResponseBody.Role.Builder |
arn(String arn)
The Alibaba Cloud Resource Name (ARN) of the RAM role.
|
ListEntitiesForPolicyResponseBody.Role.Builder |
attachDate(String attachDate)
The time when the policy was attached to the RAM user.
|
ListEntitiesForPolicyResponseBody.Role |
build() |
ListEntitiesForPolicyResponseBody.Role.Builder |
description(String description)
The description of the RAM role.
|
ListEntitiesForPolicyResponseBody.Role.Builder |
roleId(String roleId)
The ID of the RAM role.
|
ListEntitiesForPolicyResponseBody.Role.Builder |
roleName(String roleName)
The name of the RAM role.
|
public ListEntitiesForPolicyResponseBody.Role.Builder arn(String arn)
The Alibaba Cloud Resource Name (ARN) of the RAM role.
example:acs:ram::123456789012****:role/ECSAdmin
public ListEntitiesForPolicyResponseBody.Role.Builder attachDate(String attachDate)
The time when the policy was attached to the RAM user.
example:2015-01-23T12:33:18Z
public ListEntitiesForPolicyResponseBody.Role.Builder description(String description)
The description of the RAM role.
example:ECS administrator
public ListEntitiesForPolicyResponseBody.Role.Builder roleId(String roleId)
The ID of the RAM role.
example:122748924538****
public ListEntitiesForPolicyResponseBody.Role.Builder roleName(String roleName)
The name of the RAM role.
example:ECSAdmin
public ListEntitiesForPolicyResponseBody.Role build()
Copyright © 2025. All rights reserved.