public static interface UpdateOrganizationalUnitRequest.Builder extends OrganizationsRequest.Builder, CopyableBuilder<UpdateOrganizationalUnitRequest.Builder,UpdateOrganizationalUnitRequest>
Modifier and Type | Method and 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.
|
UpdateOrganizationalUnitRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateOrganizationalUnitRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.
UpdateOrganizationalUnitRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateOrganizationalUnitRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.