Interface CreateOrganizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>,OrganizationsRequest.Builder,SdkBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateOrganizationRequest
public static interface CreateOrganizationRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateOrganizationRequest.BuilderfeatureSet(String featureSet)Specifies the feature set supported by the new organization.CreateOrganizationRequest.BuilderfeatureSet(OrganizationFeatureSet featureSet)Specifies the feature set supported by the new organization.CreateOrganizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOrganizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
featureSet
CreateOrganizationRequest.Builder featureSet(String featureSet)
Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
-
CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the Organizations User Guide.The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.
-
ALL: In addition to all the features supported by the consolidated billing feature set, the management account can also apply any policy type to any member account in the organization. For more information, see All features in the Organizations User Guide.
- Parameters:
featureSet- Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.-
CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the Organizations User Guide.The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.
-
ALL: In addition to all the features supported by the consolidated billing feature set, the management account can also apply any policy type to any member account in the organization. For more information, see All features in the Organizations User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationFeatureSet,OrganizationFeatureSet
-
-
featureSet
CreateOrganizationRequest.Builder featureSet(OrganizationFeatureSet featureSet)
Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
-
CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the Organizations User Guide.The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.
-
ALL: In addition to all the features supported by the consolidated billing feature set, the management account can also apply any policy type to any member account in the organization. For more information, see All features in the Organizations User Guide.
- Parameters:
featureSet- Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.-
CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the Organizations User Guide.The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.
-
ALL: In addition to all the features supported by the consolidated billing feature set, the management account can also apply any policy type to any member account in the organization. For more information, see All features in the Organizations User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationFeatureSet,OrganizationFeatureSet
-
-
overrideConfiguration
CreateOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-