| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static RegistryId.Builder |
RegistryId.builder() |
RegistryId.Builder |
RegistryId.Builder.registryArn(String registryArn)
Arn of the registry to be updated.
|
RegistryId.Builder |
RegistryId.Builder.registryName(String registryName)
Name of the registry.
|
RegistryId.Builder |
RegistryId.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegistryId.Builder> |
RegistryId.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateSchemaRequest.Builder |
CreateSchemaRequest.Builder.registryId(Consumer<RegistryId.Builder> registryId)
This is a wrapper shape to contain the registry identity fields.
|
default UpdateRegistryRequest.Builder |
UpdateRegistryRequest.Builder.registryId(Consumer<RegistryId.Builder> registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
default DeleteRegistryRequest.Builder |
DeleteRegistryRequest.Builder.registryId(Consumer<RegistryId.Builder> registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
default ListSchemasRequest.Builder |
ListSchemasRequest.Builder.registryId(Consumer<RegistryId.Builder> registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
default GetRegistryRequest.Builder |
GetRegistryRequest.Builder.registryId(Consumer<RegistryId.Builder> registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
Copyright © 2023. All rights reserved.