public static interface DescribeOrganizationResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOrganizationResponse.Builder organization(Organization organization)
A structure that contains information about the organization.
The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your
apps. It doesn't include any policy type supported by Organizations other than SCPs. To determine which
policy types are enabled in your organization, use the ListRoots operation.
organization - A structure that contains information about the organization.
The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in
your apps. It doesn't include any policy type supported by Organizations other than SCPs. To determine
which policy types are enabled in your organization, use the ListRoots
operation.
default DescribeOrganizationResponse.Builder organization(Consumer<Organization.Builder> organization)
A structure that contains information about the organization.
The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your
apps. It doesn't include any policy type supported by Organizations other than SCPs. To determine which
policy types are enabled in your organization, use the ListRoots operation.
Organization.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 © 2023. All rights reserved.