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