Uses of Interface
software.amazon.awssdk.services.organizations.model.CreateOrganizationalUnitRequest.Builder
-
Packages that use CreateOrganizationalUnitRequest.Builder Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.software.amazon.awssdk.services.organizations.model -
-
Uses of CreateOrganizationalUnitRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type CreateOrganizationalUnitRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateOrganizationalUnitResponse>OrganizationsAsyncClient. createOrganizationalUnit(Consumer<CreateOrganizationalUnitRequest.Builder> createOrganizationalUnitRequest)Creates an organizational unit (OU) within a root or parent OU.default CreateOrganizationalUnitResponseOrganizationsClient. createOrganizationalUnit(Consumer<CreateOrganizationalUnitRequest.Builder> createOrganizationalUnitRequest)Creates an organizational unit (OU) within a root or parent OU. -
Uses of CreateOrganizationalUnitRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return CreateOrganizationalUnitRequest.Builder Modifier and Type Method Description static CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest. builder()CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest.Builder. name(String name)The friendly name to assign to the new OU.CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest.Builder. parentId(String parentId)The unique identifier (ID) of the parent root or OU that you want to create the new OU in.CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest.Builder. tags(Collection<Tag> tags)A list of tags that you want to attach to the newly created OU.CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tags that you want to attach to the newly created OU.CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the newly created OU.CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type CreateOrganizationalUnitRequest.Builder Modifier and Type Method Description static Class<? extends CreateOrganizationalUnitRequest.Builder>CreateOrganizationalUnitRequest. serializableBuilderClass()
-