public static interface GetRegistryResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetRegistryResponse.Builder,GetRegistryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRegistryResponse.Builder |
createdTime(String createdTime)
The date and time the registry was created.
|
GetRegistryResponse.Builder |
description(String description)
A description of the registry.
|
GetRegistryResponse.Builder |
registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
GetRegistryResponse.Builder |
registryName(String registryName)
The name of the registry.
|
GetRegistryResponse.Builder |
status(RegistryStatus status)
The status of the registry.
|
GetRegistryResponse.Builder |
status(String status)
The status of the registry.
|
GetRegistryResponse.Builder |
updatedTime(String updatedTime)
The date and time the registry was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRegistryResponse.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.GetRegistryResponse.Builder registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
registryArn - The Amazon Resource Name (ARN) of the registry.GetRegistryResponse.Builder description(String description)
A description of the registry.
description - A description of the registry.GetRegistryResponse.Builder status(String status)
The status of the registry.
status - The status of the registry.RegistryStatus,
RegistryStatusGetRegistryResponse.Builder status(RegistryStatus status)
The status of the registry.
status - The status of the registry.RegistryStatus,
RegistryStatusGetRegistryResponse.Builder createdTime(String createdTime)
The date and time the registry was created.
createdTime - The date and time the registry was created.GetRegistryResponse.Builder updatedTime(String updatedTime)
The date and time the registry was updated.
updatedTime - The date and time the registry was updated.Copyright © 2023. All rights reserved.