Interface Child.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Child.Builder,,- Child> - SdkBuilder<Child.Builder,,- Child> - SdkPojo
- Enclosing class:
- Child
- 
Method SummaryModifier and TypeMethodDescriptionThe unique identifier (ID) of this child entity.The type of this child entity.The type of this child entity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe unique identifier (ID) of this child entity. The regex pattern for a child ID string requires one of the following: - 
 Account - A string that consists of exactly 12 digits. 
- 
 Organizational unit (OU) - A string that begins with "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. 
 - Parameters:
- id- The unique identifier (ID) of this child entity.- The regex pattern for a child ID string requires one of the following: - 
        Account - A string that consists of exactly 12 digits. 
- 
        Organizational unit (OU) - A string that begins with "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. 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
typeThe type of this child entity. - Parameters:
- type- The type of this child entity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe type of this child entity. - Parameters:
- type- The type of this child entity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-