public static interface Organization.Builder extends SdkPojo, CopyableBuilder<Organization.Builder,Organization>
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of an organization.
|
Organization.Builder |
availablePolicyTypes(Collection<PolicyTypeSummary> availablePolicyTypes)
|
Organization.Builder |
availablePolicyTypes(Consumer<PolicyTypeSummary.Builder>... availablePolicyTypes)
|
Organization.Builder |
availablePolicyTypes(PolicyTypeSummary... availablePolicyTypes)
|
Organization.Builder |
featureSet(OrganizationFeatureSet featureSet)
Specifies the functionality that currently is available to the organization.
|
Organization.Builder |
featureSet(String featureSet)
Specifies the functionality that currently is available to the organization.
|
Organization.Builder |
id(String id)
The unique identifier (ID) of an organization.
|
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 |
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 |
masterAccountId(String masterAccountId)
The unique identifier (ID) of the management account of an organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganization.Builder id(String id)
The unique identifier (ID) of an organization.
The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits.
id - The unique identifier (ID) of an organization.
The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits.
Organization.Builder arn(String arn)
The Amazon Resource Name (ARN) of an organization.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.
arn - The Amazon Resource Name (ARN) of an organization.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.
Organization.Builder featureSet(String featureSet)
Specifies the functionality that currently is available to the organization. If set to "ALL", then all features are enabled and policies can be applied to accounts in the organization. If set to "CONSOLIDATED_BILLING", then only consolidated billing functionality is available. For more information, see Enabling all features in your organization in the Organizations User Guide.
featureSet - Specifies the functionality that currently is available to the organization. If set to "ALL", then all
features are enabled and policies can be applied to accounts in the organization. If set to
"CONSOLIDATED_BILLING", then only consolidated billing functionality is available. For more
information, see Enabling all features in your organization in the Organizations User Guide.OrganizationFeatureSet,
OrganizationFeatureSetOrganization.Builder featureSet(OrganizationFeatureSet featureSet)
Specifies the functionality that currently is available to the organization. If set to "ALL", then all features are enabled and policies can be applied to accounts in the organization. If set to "CONSOLIDATED_BILLING", then only consolidated billing functionality is available. For more information, see Enabling all features in your organization in the Organizations User Guide.
featureSet - Specifies the functionality that currently is available to the organization. If set to "ALL", then all
features are enabled and policies can be applied to accounts in the organization. If set to
"CONSOLIDATED_BILLING", then only consolidated billing functionality is available. For more
information, see Enabling all features in your organization in the Organizations User Guide.OrganizationFeatureSet,
OrganizationFeatureSetOrganization.Builder masterAccountArn(String masterAccountArn)
The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.
masterAccountArn - The Amazon Resource Name (ARN) of the account that is designated as the management account for the
organization.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.
Organization.Builder masterAccountId(String masterAccountId)
The unique identifier (ID) of the management account of an organization.
The regex pattern for an account ID string requires exactly 12 digits.
masterAccountId - The unique identifier (ID) of the management account of an organization.
The regex pattern for an account ID string requires exactly 12 digits.
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.
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 availablePolicyTypes(Collection<PolicyTypeSummary> availablePolicyTypes)
Do not use. This field is deprecated and doesn't provide complete information about the policies in your organization.
To determine the policies that are enabled and available for use in your organization, use the ListRoots operation instead.
availablePolicyTypes - Do not use. This field is deprecated and doesn't provide complete information about the policies in your organization.
To determine the policies that are enabled and available for use in your organization, use the ListRoots operation instead.
Organization.Builder availablePolicyTypes(PolicyTypeSummary... availablePolicyTypes)
Do not use. This field is deprecated and doesn't provide complete information about the policies in your organization.
To determine the policies that are enabled and available for use in your organization, use the ListRoots operation instead.
availablePolicyTypes - Do not use. This field is deprecated and doesn't provide complete information about the policies in your organization.
To determine the policies that are enabled and available for use in your organization, use the ListRoots operation instead.
Organization.Builder availablePolicyTypes(Consumer<PolicyTypeSummary.Builder>... availablePolicyTypes)
Do not use. This field is deprecated and doesn't provide complete information about the policies in your organization.
To determine the policies that are enabled and available for use in your organization, use the ListRoots operation instead.
This is a convenience method that creates an instance of thePolicyTypeSummary.Builder avoiding the need to
create one manually via
PolicyTypeSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #availablePolicyTypes(List.
availablePolicyTypes - a consumer that will call methods on
PolicyTypeSummary.Builder#availablePolicyTypes(java.util.Collection) Copyright © 2023. All rights reserved.