CopyableBuilder<UpdateOrganizationalUnitRequest.Builder,UpdateOrganizationalUnitRequest>
, SdkBuilder<UpdateOrganizationalUnitRequest.Builder,UpdateOrganizationalUnitRequest>
public static interface UpdateOrganizationalUnitRequest.Builder extends CopyableBuilder<UpdateOrganizationalUnitRequest.Builder,UpdateOrganizationalUnitRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateOrganizationalUnitRequest.Builder |
name(String name) |
The new name that you want to assign to the OU.
|
UpdateOrganizationalUnitRequest.Builder |
organizationalUnitId(String organizationalUnitId) |
The unique identifier (ID) of the OU that you want to rename.
|
copy
apply, build
UpdateOrganizationalUnitRequest.Builder organizationalUnitId(String organizationalUnitId)
The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.
The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
organizationalUnitId
- The unique identifier (ID) of the OU that you want to rename. You can get the ID from the
ListOrganizationalUnitsForParent operation.
The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
UpdateOrganizationalUnitRequest.Builder name(String name)
The new name that you want to assign to the OU.
The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.
name
- The new name that you want to assign to the OU.
The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.