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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrganizationSummary.Builderalias(String alias)The alias associated with the organization.OrganizationSummary.BuilderdefaultMailDomain(String defaultMailDomain)The default email domain associated with the organization.OrganizationSummary.BuildererrorMessage(String errorMessage)The error message associated with the organization.OrganizationSummary.BuilderorganizationId(String organizationId)The identifier associated with the organization.OrganizationSummary.Builderstate(String state)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 Detail
-
organizationId
OrganizationSummary.Builder organizationId(String 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
OrganizationSummary.Builder alias(String 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
OrganizationSummary.Builder defaultMailDomain(String 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
OrganizationSummary.Builder errorMessage(String 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
OrganizationSummary.Builder state(String 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.
-
-