public static interface DescribeOrganizationResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationResponse.Builder |
alias(String alias)
The alias for an organization.
|
DescribeOrganizationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the organization.
|
DescribeOrganizationResponse.Builder |
completedDate(Instant completedDate)
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
|
DescribeOrganizationResponse.Builder |
defaultMailDomain(String defaultMailDomain)
The default mail domain associated with the organization.
|
DescribeOrganizationResponse.Builder |
directoryId(String directoryId)
The identifier for the directory associated with an Amazon WorkMail organization.
|
DescribeOrganizationResponse.Builder |
directoryType(String directoryType)
The type of directory associated with the WorkMail organization.
|
DescribeOrganizationResponse.Builder |
errorMessage(String errorMessage)
(Optional) The error message indicating if unexpected behavior was encountered with regards to the
organization.
|
DescribeOrganizationResponse.Builder |
organizationId(String organizationId)
The identifier of an organization.
|
DescribeOrganizationResponse.Builder |
state(String state)
The state of an organization.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOrganizationResponse.Builder organizationId(String organizationId)
The identifier of an organization.
organizationId - The identifier of an organization.DescribeOrganizationResponse.Builder alias(String alias)
The alias for an organization.
alias - The alias for an organization.DescribeOrganizationResponse.Builder state(String state)
The state of an organization.
state - The state of an organization.DescribeOrganizationResponse.Builder directoryId(String directoryId)
The identifier for the directory associated with an Amazon WorkMail organization.
directoryId - The identifier for the directory associated with an Amazon WorkMail organization.DescribeOrganizationResponse.Builder directoryType(String directoryType)
The type of directory associated with the WorkMail organization.
directoryType - The type of directory associated with the WorkMail organization.DescribeOrganizationResponse.Builder defaultMailDomain(String defaultMailDomain)
The default mail domain associated with the organization.
defaultMailDomain - The default mail domain associated with the organization.DescribeOrganizationResponse.Builder completedDate(Instant completedDate)
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
completedDate - The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.DescribeOrganizationResponse.Builder errorMessage(String errorMessage)
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
errorMessage - (Optional) The error message indicating if unexpected behavior was encountered with regards to the
organization.DescribeOrganizationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the organization.
arn - The Amazon Resource Name (ARN) of the organization.Copyright © 2022. All rights reserved.