public static interface OrganizationSummary.Builder extends SdkPojo, CopyableBuilder<OrganizationSummary.Builder,OrganizationSummary>
Modifier and Type | Method and Description |
---|---|
OrganizationSummary.Builder |
alias(String alias)
The alias associated with the organization.
|
OrganizationSummary.Builder |
errorMessage(String errorMessage)
The error message associated with the organization.
|
OrganizationSummary.Builder |
organizationId(String organizationId)
The identifier associated with the organization.
|
OrganizationSummary.Builder |
state(String state)
The state associated with the organization.
|
copy
applyMutation, build
OrganizationSummary.Builder organizationId(String organizationId)
The identifier associated with the organization.
organizationId
- The identifier associated with the organization.OrganizationSummary.Builder alias(String alias)
The alias associated with the organization.
alias
- The alias associated with the organization.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.
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.OrganizationSummary.Builder state(String state)
The state associated with the organization.
state
- The state associated with the organization.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.