Interface OrganizationalUnitReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationalUnitReference.Builder,,OrganizationalUnitReference> SdkBuilder<OrganizationalUnitReference.Builder,,OrganizationalUnitReference> SdkPojo
- Enclosing class:
OrganizationalUnitReference
@Mutable
@NotThreadSafe
public static interface OrganizationalUnitReference.Builder
extends SdkPojo, CopyableBuilder<OrganizationalUnitReference.Builder,OrganizationalUnitReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe display name of the organizational unit.The ID of the AWS Organizations organizational unit (OU).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ouId
The ID of the AWS Organizations organizational unit (OU).
- Parameters:
ouId- The ID of the AWS Organizations organizational unit (OU).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The display name of the organizational unit.
- Parameters:
name- The display name of the organizational unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-