Interface DescribeOrganizationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeOrganizationResponse.Builder,
,DescribeOrganizationResponse> SdkBuilder<DescribeOrganizationResponse.Builder,
,DescribeOrganizationResponse> SdkPojo
,SdkResponse.Builder
,WorkMailResponse.Builder
- Enclosing class:
DescribeOrganizationResponse
@Mutable
@NotThreadSafe
public static interface DescribeOrganizationResponse.Builder
extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe alias for an organization.The Amazon Resource Name (ARN) of the organization.completedDate
(Instant completedDate) The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.defaultMailDomain
(String defaultMailDomain) The default mail domain associated with the organization.directoryId
(String directoryId) The identifier for the directory associated with an WorkMail organization.directoryType
(String directoryType) The type of directory associated with the WorkMail organization.errorMessage
(String errorMessage) (Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.interoperabilityEnabled
(Boolean interoperabilityEnabled) Indicates if interoperability is enabled for this organization.migrationAdmin
(String migrationAdmin) The user ID of the migration admin if migration is enabled for the organization.organizationId
(String organizationId) The identifier of an organization.The state of an organization.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, sdkFieldNameToField, 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 Details
-
organizationId
The identifier of an organization.
- Parameters:
organizationId
- The identifier of an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
The alias for an organization.
- Parameters:
alias
- The alias for an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of an organization.
- Parameters:
state
- The state of an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryId
The identifier for the directory associated with an WorkMail organization.
- Parameters:
directoryId
- The identifier for the directory associated with an WorkMail organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryType
The type of directory associated with the WorkMail organization.
- Parameters:
directoryType
- The type of directory associated with the WorkMail organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultMailDomain
The default mail domain associated with the organization.
- Parameters:
defaultMailDomain
- The default mail domain associated with the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedDate
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
- Parameters:
completedDate
- The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
- Parameters:
errorMessage
- (Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the organization.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationAdmin
The user ID of the migration admin if migration is enabled for the organization.
- Parameters:
migrationAdmin
- The user ID of the migration admin if migration is enabled for the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interoperabilityEnabled
Indicates if interoperability is enabled for this organization.
- Parameters:
interoperabilityEnabled
- Indicates if interoperability is enabled for this organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-