public static interface UpdateOrganizationalUnitResponse.Builder extends OrganizationsResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.