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