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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetRegistryResponse.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
,
RegistryStatus
GetRegistryResponse.Builder status(RegistryStatus status)
The status of the registry.
status
- The status of the registry.RegistryStatus
,
RegistryStatus
GetRegistryResponse.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 © 2022. All rights reserved.