public static interface UpdateOrganizationalUnitResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<UpdateOrganizationalUnitResponse.Builder,UpdateOrganizationalUnitResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateOrganizationalUnitResponse.Builder |
organizationalUnit(Consumer<OrganizationalUnit.Builder> organizationalUnit)
A structure that contains the details about the specified OU, including its new name.
|
UpdateOrganizationalUnitResponse.Builder |
organizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains the details about the specified OU, including its new name.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateOrganizationalUnitResponse.Builder organizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains the details about the specified OU, including its new name.
organizationalUnit - A structure that contains the details about the specified OU, including its new name.default UpdateOrganizationalUnitResponse.Builder organizationalUnit(Consumer<OrganizationalUnit.Builder> organizationalUnit)
A structure that contains the details about the specified OU, including its new name.
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.