Uses of Interface
software.amazon.awssdk.services.glue.model.RegistryListItem.Builder
-
Packages that use RegistryListItem.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RegistryListItem.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RegistryListItem.Builder Modifier and Type Method Description static RegistryListItem.BuilderRegistryListItem. builder()RegistryListItem.BuilderRegistryListItem.Builder. createdTime(String createdTime)The data the registry was created.RegistryListItem.BuilderRegistryListItem.Builder. description(String description)A description of the registry.RegistryListItem.BuilderRegistryListItem.Builder. registryArn(String registryArn)The Amazon Resource Name (ARN) of the registry.RegistryListItem.BuilderRegistryListItem.Builder. registryName(String registryName)The name of the registry.RegistryListItem.BuilderRegistryListItem.Builder. status(String status)The status of the registry.RegistryListItem.BuilderRegistryListItem.Builder. status(RegistryStatus status)The status of the registry.RegistryListItem.BuilderRegistryListItem. toBuilder()RegistryListItem.BuilderRegistryListItem.Builder. updatedTime(String updatedTime)The date the registry was updated.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type RegistryListItem.Builder Modifier and Type Method Description static Class<? extends RegistryListItem.Builder>RegistryListItem. serializableBuilderClass()
-