public static interface CreateOrganizationalUnitResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<CreateOrganizationalUnitResponse.Builder,CreateOrganizationalUnitResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateOrganizationalUnitResponse.Builder |
organizationalUnit(Consumer<OrganizationalUnit.Builder> organizationalUnit)
A structure that contains details about the newly created OU.
|
CreateOrganizationalUnitResponse.Builder |
organizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the newly created OU.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOrganizationalUnitResponse.Builder organizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the newly created OU.
organizationalUnit - A structure that contains details about the newly created OU.default CreateOrganizationalUnitResponse.Builder organizationalUnit(Consumer<OrganizationalUnit.Builder> organizationalUnit)
A structure that contains details about the newly created OU.
This is a convenience method that creates an instance of theOrganizationalUnit.Builder avoiding the
need to create one manually via OrganizationalUnit.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to organizationalUnit(OrganizationalUnit).
organizationalUnit - a consumer that will call methods on OrganizationalUnit.BuilderorganizationalUnit(OrganizationalUnit)Copyright © 2023. All rights reserved.