public static interface EntityInfo.Builder extends SdkPojo, CopyableBuilder<EntityInfo.Builder,EntityInfo>
| Modifier and Type | Method and Description |
|---|---|
EntityInfo.Builder |
arn(String arn)
Sets the value of the Arn property for this object.
|
EntityInfo.Builder |
id(String id)
The identifier of the entity (user or role).
|
EntityInfo.Builder |
name(String name)
The name of the entity (user or role).
|
EntityInfo.Builder |
path(String path)
The path to the entity (user or role).
|
EntityInfo.Builder |
type(PolicyOwnerEntityType type)
The type of entity (user or role).
|
EntityInfo.Builder |
type(String type)
The type of entity (user or role).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityInfo.Builder arn(String arn)
arn - The new value for the Arn property for this object.EntityInfo.Builder name(String name)
The name of the entity (user or role).
name - The name of the entity (user or role).EntityInfo.Builder type(String type)
The type of entity (user or role).
type - The type of entity (user or role).PolicyOwnerEntityType,
PolicyOwnerEntityTypeEntityInfo.Builder type(PolicyOwnerEntityType type)
The type of entity (user or role).
type - The type of entity (user or role).PolicyOwnerEntityType,
PolicyOwnerEntityTypeEntityInfo.Builder id(String id)
The identifier of the entity (user or role).
id - The identifier of the entity (user or role).EntityInfo.Builder path(String path)
The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.
path - The path to the entity (user or role). For more information about paths, see IAM identifiers in
the IAM User Guide.Copyright © 2022. All rights reserved.