Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.LinkAttributeUpdate.Builder
-
Packages that use LinkAttributeUpdate.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of LinkAttributeUpdate.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return LinkAttributeUpdate.Builder Modifier and Type Method Description default LinkAttributeUpdate.BuilderLinkAttributeUpdate.Builder. attributeAction(Consumer<LinkAttributeAction.Builder> attributeAction)The action to perform as part of the attribute update.LinkAttributeUpdate.BuilderLinkAttributeUpdate.Builder. attributeAction(LinkAttributeAction attributeAction)The action to perform as part of the attribute update.default LinkAttributeUpdate.BuilderLinkAttributeUpdate.Builder. attributeKey(Consumer<AttributeKey.Builder> attributeKey)The key of the attribute being updated.LinkAttributeUpdate.BuilderLinkAttributeUpdate.Builder. attributeKey(AttributeKey attributeKey)The key of the attribute being updated.static LinkAttributeUpdate.BuilderLinkAttributeUpdate. builder()LinkAttributeUpdate.BuilderLinkAttributeUpdate. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type LinkAttributeUpdate.Builder Modifier and Type Method Description static Class<? extends LinkAttributeUpdate.Builder>LinkAttributeUpdate. serializableBuilderClass()
-