public static interface DescribeOrganizationResponse.Builder extends OrganizationsResponse.Builder, CopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeOrganizationResponse.Builder |
organization(Consumer<Organization.Builder> organization)
A structure that contains information about the organization.
|
DescribeOrganizationResponse.Builder |
organization(Organization organization)
A structure that contains information about the organization.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeOrganizationResponse.Builder organization(Organization organization)
A structure that contains information about the organization.
organization - A structure that contains information about the organization.default DescribeOrganizationResponse.Builder organization(Consumer<Organization.Builder> organization)
A structure that contains information about the organization.
This is a convenience that creates an instance of theOrganization.Builder avoiding the need to
create one manually via Organization.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to organization(Organization).organization - a consumer that will call methods on Organization.Builderorganization(Organization)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.