Interface DescribeEntityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>,SdkBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>,SdkPojo,SdkResponse.Builder,WorkMailResponse.Builder
- Enclosing class:
- DescribeEntityResponse
public static interface DescribeEntityResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEntityResponse.BuilderentityId(String entityId)The entity ID under which the entity exists.DescribeEntityResponse.Buildername(String name)Username, GroupName, or ResourceName based on entity type.DescribeEntityResponse.Buildertype(String type)Entity type.DescribeEntityResponse.Buildertype(EntityType type)Entity type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
entityId
DescribeEntityResponse.Builder entityId(String entityId)
The entity ID under which the entity exists.
- Parameters:
entityId- The entity ID under which the entity exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DescribeEntityResponse.Builder name(String name)
Username, GroupName, or ResourceName based on entity type.
- Parameters:
name- Username, GroupName, or ResourceName based on entity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DescribeEntityResponse.Builder type(String type)
Entity type.
- Parameters:
type- Entity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EntityType,EntityType
-
type
DescribeEntityResponse.Builder type(EntityType type)
Entity type.
- Parameters:
type- Entity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EntityType,EntityType
-
-