Interface OrganizationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OrganizationSummary.Builder,
,OrganizationSummary> SdkBuilder<OrganizationSummary.Builder,
,OrganizationSummary> SdkPojo
- Enclosing class:
OrganizationSummary
public static interface OrganizationSummary.Builder
extends SdkPojo, CopyableBuilder<OrganizationSummary.Builder,OrganizationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe alias associated with the organization.defaultMailDomain
(String defaultMailDomain) The default email domain associated with the organization.errorMessage
(String errorMessage) The error message associated with the organization.organizationId
(String organizationId) The identifier associated with the organization.The state associated with the 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, sdkFields
-
Method Details
-
organizationId
The identifier associated with the organization.
- Parameters:
organizationId
- The identifier associated with the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
The alias associated with the organization.
- Parameters:
alias
- The alias associated with the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultMailDomain
The default email domain associated with the organization.
- Parameters:
defaultMailDomain
- The default email domain associated with the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
- Parameters:
errorMessage
- The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state associated with the organization.
- Parameters:
state
- The state associated with the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-