public static interface DeleteRegistryResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<DeleteRegistryResponse.Builder,DeleteRegistryResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteRegistryResponse.Builder |
registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry being deleted.
|
DeleteRegistryResponse.Builder |
registryName(String registryName)
The name of the registry being deleted.
|
DeleteRegistryResponse.Builder |
status(RegistryStatus status)
The status of the registry.
|
DeleteRegistryResponse.Builder |
status(String status)
The status of the registry.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRegistryResponse.Builder registryName(String registryName)
The name of the registry being deleted.
registryName - The name of the registry being deleted.DeleteRegistryResponse.Builder registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry being deleted.
registryArn - The Amazon Resource Name (ARN) of the registry being deleted.DeleteRegistryResponse.Builder status(String status)
The status of the registry. A successful operation will return the Deleting status.
status - The status of the registry. A successful operation will return the Deleting status.RegistryStatus,
RegistryStatusDeleteRegistryResponse.Builder status(RegistryStatus status)
The status of the registry. A successful operation will return the Deleting status.
status - The status of the registry. A successful operation will return the Deleting status.RegistryStatus,
RegistryStatusCopyright © 2023. All rights reserved.