Uses of Interface
software.amazon.awssdk.services.organizations.model.OrganizationalUnit.Builder
-
Packages that use OrganizationalUnit.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of OrganizationalUnit.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return OrganizationalUnit.Builder Modifier and Type Method Description OrganizationalUnit.BuilderOrganizationalUnit.Builder. arn(String arn)The Amazon Resource Name (ARN) of this OU.static OrganizationalUnit.BuilderOrganizationalUnit. builder()OrganizationalUnit.BuilderOrganizationalUnit.Builder. id(String id)The unique identifier (ID) associated with this OU.OrganizationalUnit.BuilderOrganizationalUnit.Builder. name(String name)The friendly name of this OU.OrganizationalUnit.BuilderOrganizationalUnit. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type OrganizationalUnit.Builder Modifier and Type Method Description static Class<? extends OrganizationalUnit.Builder>OrganizationalUnit. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type OrganizationalUnit.Builder Modifier and Type Method Description default CreateOrganizationalUnitResponse.BuilderCreateOrganizationalUnitResponse.Builder. organizationalUnit(Consumer<OrganizationalUnit.Builder> organizationalUnit)A structure that contains details about the newly created OU.default DescribeOrganizationalUnitResponse.BuilderDescribeOrganizationalUnitResponse.Builder. organizationalUnit(Consumer<OrganizationalUnit.Builder> organizationalUnit)A structure that contains details about the specified OU.default UpdateOrganizationalUnitResponse.BuilderUpdateOrganizationalUnitResponse.Builder. organizationalUnit(Consumer<OrganizationalUnit.Builder> organizationalUnit)A structure that contains the details about the specified OU, including its new name.
-