public static interface DescribeEntityResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEntityResponse.Builder |
entityId(String entityId)
The entity ID under which the entity exists.
|
DescribeEntityResponse.Builder |
name(String name)
Username, GroupName, or ResourceName based on entity type.
|
DescribeEntityResponse.Builder |
type(EntityType type)
Entity type.
|
DescribeEntityResponse.Builder |
type(String type)
Entity type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEntityResponse.Builder entityId(String entityId)
The entity ID under which the entity exists.
entityId - The entity ID under which the entity exists.DescribeEntityResponse.Builder name(String name)
Username, GroupName, or ResourceName based on entity type.
name - Username, GroupName, or ResourceName based on entity type.DescribeEntityResponse.Builder type(String type)
Entity type.
type - Entity type.EntityType,
EntityTypeDescribeEntityResponse.Builder type(EntityType type)
Entity type.
type - Entity type.EntityType,
EntityTypeCopyright © 2023. All rights reserved.