Uses of Interface
software.amazon.awssdk.services.glue.model.RegistryId.Builder
-
Packages that use RegistryId.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RegistryId.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RegistryId.Builder Modifier and Type Method Description static RegistryId.BuilderRegistryId. builder()RegistryId.BuilderRegistryId.Builder. registryArn(String registryArn)Arn of the registry to be updated.RegistryId.BuilderRegistryId.Builder. registryName(String registryName)Name of the registry.RegistryId.BuilderRegistryId. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type RegistryId.Builder Modifier and Type Method Description static Class<? extends RegistryId.Builder>RegistryId. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type RegistryId.Builder Modifier and Type Method Description default CreateSchemaRequest.BuilderCreateSchemaRequest.Builder. registryId(Consumer<RegistryId.Builder> registryId)This is a wrapper shape to contain the registry identity fields.default DeleteRegistryRequest.BuilderDeleteRegistryRequest.Builder. registryId(Consumer<RegistryId.Builder> registryId)This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).default GetRegistryRequest.BuilderGetRegistryRequest.Builder. registryId(Consumer<RegistryId.Builder> registryId)This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).default ListSchemasRequest.BuilderListSchemasRequest.Builder. registryId(Consumer<RegistryId.Builder> registryId)A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).default UpdateRegistryRequest.BuilderUpdateRegistryRequest.Builder. registryId(Consumer<RegistryId.Builder> registryId)This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
-