Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.ObjectAttributeAction.Builder
-
Packages that use ObjectAttributeAction.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ObjectAttributeAction.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ObjectAttributeAction.Builder Modifier and Type Method Description static ObjectAttributeAction.BuilderObjectAttributeAction. builder()ObjectAttributeAction.BuilderObjectAttributeAction.Builder. objectAttributeActionType(String objectAttributeActionType)A type that can be eitherUpdateorDelete.ObjectAttributeAction.BuilderObjectAttributeAction.Builder. objectAttributeActionType(UpdateActionType objectAttributeActionType)A type that can be eitherUpdateorDelete.default ObjectAttributeAction.BuilderObjectAttributeAction.Builder. objectAttributeUpdateValue(Consumer<TypedAttributeValue.Builder> objectAttributeUpdateValue)The value that you want to update to.ObjectAttributeAction.BuilderObjectAttributeAction.Builder. objectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)The value that you want to update to.ObjectAttributeAction.BuilderObjectAttributeAction. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ObjectAttributeAction.Builder Modifier and Type Method Description static Class<? extends ObjectAttributeAction.Builder>ObjectAttributeAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type ObjectAttributeAction.Builder Modifier and Type Method Description default ObjectAttributeUpdate.BuilderObjectAttributeUpdate.Builder. objectAttributeAction(Consumer<ObjectAttributeAction.Builder> objectAttributeAction)The action to perform as part of the attribute update.
-