public static interface Parent.Builder extends CopyableBuilder<Parent.Builder,Parent>
| Modifier and Type | Method and Description |
|---|---|
Parent.Builder |
id(String id)
The unique identifier (ID) of the parent entity.
|
Parent.Builder |
type(ParentType type)
The type of the parent entity.
|
Parent.Builder |
type(String type)
The type of the parent entity.
|
copyapply, buildParent.Builder id(String id)
The unique identifier (ID) of the parent entity.
The regex pattern for a parent ID string requires one of the following:
Root: a string that begins with "r-" followed by from 4 to 32 lower-case letters or digits.
Organizational unit (OU): a string that begins with "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
id - The unique identifier (ID) of the parent entity.
The regex pattern for a parent ID string requires one of the following:
Root: a string that begins with "r-" followed by from 4 to 32 lower-case letters or digits.
Organizational unit (OU): a string that begins with "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
Parent.Builder type(String type)
The type of the parent entity.
type - The type of the parent entity.ParentType,
ParentTypeParent.Builder type(ParentType type)
The type of the parent entity.
type - The type of the parent entity.ParentType,
ParentTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.