public static interface OrganizationalUnit.Builder extends SdkPojo, CopyableBuilder<OrganizationalUnit.Builder,OrganizationalUnit>
| Modifier and Type | Method and Description |
|---|---|
OrganizationalUnit.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of this OU.
|
OrganizationalUnit.Builder |
id(String id)
The unique identifier (ID) associated with this OU.
|
OrganizationalUnit.Builder |
name(String name)
The friendly name of this OU.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationalUnit.Builder id(String id)
The unique identifier (ID) associated with this OU.
The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
id - The unique identifier (ID) associated with this OU.
The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
OrganizationalUnit.Builder arn(String arn)
The Amazon Resource Name (ARN) of this OU.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.
arn - The Amazon Resource Name (ARN) of this OU.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.
OrganizationalUnit.Builder name(String name)
The friendly name of this 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 friendly name of this 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 © 2023. All rights reserved.