Uses of Interface
software.amazon.awssdk.services.glue.model.MetadataInfo.Builder
-
Packages that use MetadataInfo.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of MetadataInfo.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return MetadataInfo.Builder Modifier and Type Method Description static MetadataInfo.BuilderMetadataInfo. builder()MetadataInfo.BuilderMetadataInfo.Builder. createdTime(String createdTime)The time at which the entry was created.MetadataInfo.BuilderMetadataInfo.Builder. metadataValue(String metadataValue)The metadata key’s corresponding value.MetadataInfo.BuilderMetadataInfo.Builder. otherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)Other metadata belonging to the same metadata key.MetadataInfo.BuilderMetadataInfo.Builder. otherMetadataValueList(Consumer<OtherMetadataValueListItem.Builder>... otherMetadataValueList)Other metadata belonging to the same metadata key.MetadataInfo.BuilderMetadataInfo.Builder. otherMetadataValueList(OtherMetadataValueListItem... otherMetadataValueList)Other metadata belonging to the same metadata key.MetadataInfo.BuilderMetadataInfo. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type MetadataInfo.Builder Modifier and Type Method Description static Class<? extends MetadataInfo.Builder>MetadataInfo. serializableBuilderClass()
-