Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.LinkAttributeAction.Builder
-
Packages that use LinkAttributeAction.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of LinkAttributeAction.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return LinkAttributeAction.Builder Modifier and Type Method Description LinkAttributeAction.BuilderLinkAttributeAction.Builder. attributeActionType(String attributeActionType)A type that can be eitherUPDATE_OR_CREATEorDELETE.LinkAttributeAction.BuilderLinkAttributeAction.Builder. attributeActionType(UpdateActionType attributeActionType)A type that can be eitherUPDATE_OR_CREATEorDELETE.default LinkAttributeAction.BuilderLinkAttributeAction.Builder. attributeUpdateValue(Consumer<TypedAttributeValue.Builder> attributeUpdateValue)The value that you want to update to.LinkAttributeAction.BuilderLinkAttributeAction.Builder. attributeUpdateValue(TypedAttributeValue attributeUpdateValue)The value that you want to update to.static LinkAttributeAction.BuilderLinkAttributeAction. builder()LinkAttributeAction.BuilderLinkAttributeAction. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type LinkAttributeAction.Builder Modifier and Type Method Description static Class<? extends LinkAttributeAction.Builder>LinkAttributeAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type LinkAttributeAction.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.
-