Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.ObjectIdentifierAndLinkNameTuple.Builder
-
Packages that use ObjectIdentifierAndLinkNameTuple.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ObjectIdentifierAndLinkNameTuple.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ObjectIdentifierAndLinkNameTuple.Builder Modifier and Type Method Description static ObjectIdentifierAndLinkNameTuple.BuilderObjectIdentifierAndLinkNameTuple. builder()ObjectIdentifierAndLinkNameTuple.BuilderObjectIdentifierAndLinkNameTuple.Builder. linkName(String linkName)The name of the link between the parent and the child object.ObjectIdentifierAndLinkNameTuple.BuilderObjectIdentifierAndLinkNameTuple.Builder. objectIdentifier(String objectIdentifier)The ID that is associated with the object.ObjectIdentifierAndLinkNameTuple.BuilderObjectIdentifierAndLinkNameTuple. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ObjectIdentifierAndLinkNameTuple.Builder Modifier and Type Method Description static Class<? extends ObjectIdentifierAndLinkNameTuple.Builder>ObjectIdentifierAndLinkNameTuple. serializableBuilderClass()
-