Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.TypedLinkFacetAttributeUpdate.Builder
-
Packages that use TypedLinkFacetAttributeUpdate.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of TypedLinkFacetAttributeUpdate.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return TypedLinkFacetAttributeUpdate.Builder Modifier and Type Method Description TypedLinkFacetAttributeUpdate.BuilderTypedLinkFacetAttributeUpdate.Builder. action(String action)The action to perform when updating the attribute.TypedLinkFacetAttributeUpdate.BuilderTypedLinkFacetAttributeUpdate.Builder. action(UpdateActionType action)The action to perform when updating the attribute.default TypedLinkFacetAttributeUpdate.BuilderTypedLinkFacetAttributeUpdate.Builder. attribute(Consumer<TypedLinkAttributeDefinition.Builder> attribute)The attribute to update.TypedLinkFacetAttributeUpdate.BuilderTypedLinkFacetAttributeUpdate.Builder. attribute(TypedLinkAttributeDefinition attribute)The attribute to update.static TypedLinkFacetAttributeUpdate.BuilderTypedLinkFacetAttributeUpdate. builder()TypedLinkFacetAttributeUpdate.BuilderTypedLinkFacetAttributeUpdate. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type TypedLinkFacetAttributeUpdate.Builder Modifier and Type Method Description static Class<? extends TypedLinkFacetAttributeUpdate.Builder>TypedLinkFacetAttributeUpdate. serializableBuilderClass()
-