Uses of Interface
software.amazon.awssdk.services.lakeformation.model.LFTagError.Builder
-
Packages that use LFTagError.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of LFTagError.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return LFTagError.Builder Modifier and Type Method Description static LFTagError.BuilderLFTagError. builder()default LFTagError.BuilderLFTagError.Builder. error(Consumer<ErrorDetail.Builder> error)An error that occurred with the attachment or detachment of the LF-tag.LFTagError.BuilderLFTagError.Builder. error(ErrorDetail error)An error that occurred with the attachment or detachment of the LF-tag.default LFTagError.BuilderLFTagError.Builder. lfTag(Consumer<LFTagPair.Builder> lfTag)The key-name of the LF-tag.LFTagError.BuilderLFTagError.Builder. lfTag(LFTagPair lfTag)The key-name of the LF-tag.LFTagError.BuilderLFTagError. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type LFTagError.Builder Modifier and Type Method Description static Class<? extends LFTagError.Builder>LFTagError. serializableBuilderClass()
-