| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
Organization.Builder.arn(String arn)
The Amazon Resource Name (ARN) of an organization.
|
Organization.Builder |
Organization.Builder.availablePolicyTypes(Collection<PolicyTypeSummary> availablePolicyTypes)
|
Organization.Builder |
Organization.Builder.availablePolicyTypes(Consumer<PolicyTypeSummary.Builder>... availablePolicyTypes)
|
Organization.Builder |
Organization.Builder.availablePolicyTypes(PolicyTypeSummary... availablePolicyTypes)
|
static Organization.Builder |
Organization.builder() |
Organization.Builder |
Organization.Builder.featureSet(OrganizationFeatureSet featureSet)
Specifies the functionality that currently is available to the organization.
|
Organization.Builder |
Organization.Builder.featureSet(String featureSet)
Specifies the functionality that currently is available to the organization.
|
Organization.Builder |
Organization.Builder.id(String id)
The unique identifier (ID) of an organization.
|
Organization.Builder |
Organization.Builder.masterAccountArn(String masterAccountArn)
The Amazon Resource Name (ARN) of the account that is designated as the management account for the
organization.
|
Organization.Builder |
Organization.Builder.masterAccountEmail(String masterAccountEmail)
The email address that is associated with the Amazon Web Services account that is designated as the
management account for the organization.
|
Organization.Builder |
Organization.Builder.masterAccountId(String masterAccountId)
The unique identifier (ID) of the management account of an organization.
|
Organization.Builder |
Organization.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Organization.Builder> |
Organization.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeOrganizationResponse.Builder |
DescribeOrganizationResponse.Builder.organization(Consumer<Organization.Builder> organization)
A structure that contains information about the organization.
|
default CreateOrganizationResponse.Builder |
CreateOrganizationResponse.Builder.organization(Consumer<Organization.Builder> organization)
A structure that contains details about the newly created organization.
|
Copyright © 2023. All rights reserved.