Uses of Interface
software.amazon.awssdk.services.organizations.model.Child.Builder
-
Packages that use Child.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Child.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return Child.Builder Modifier and Type Method Description static Child.BuilderChild. builder()Child.BuilderChild.Builder. id(String id)The unique identifier (ID) of this child entity.Child.BuilderChild. toBuilder()Child.BuilderChild.Builder. type(String type)The type of this child entity.Child.BuilderChild.Builder. type(ChildType type)The type of this child entity.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Child.Builder Modifier and Type Method Description static Class<? extends Child.Builder>Child. serializableBuilderClass()
-