Interface GetRegistryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRegistryResponse.Builder,GetRegistryResponse>,GlueResponse.Builder,SdkBuilder<GetRegistryResponse.Builder,GetRegistryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRegistryResponse
public static interface GetRegistryResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetRegistryResponse.Builder,GetRegistryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRegistryResponse.BuildercreatedTime(String createdTime)The date and time the registry was created.GetRegistryResponse.Builderdescription(String description)A description of the registry.GetRegistryResponse.BuilderregistryArn(String registryArn)The Amazon Resource Name (ARN) of the registry.GetRegistryResponse.BuilderregistryName(String registryName)The name of the registry.GetRegistryResponse.Builderstatus(String status)The status of the registry.GetRegistryResponse.Builderstatus(RegistryStatus status)The status of the registry.GetRegistryResponse.BuilderupdatedTime(String updatedTime)The date and time the registry was updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
registryName
GetRegistryResponse.Builder registryName(String registryName)
The name of the registry.
- Parameters:
registryName- The name of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryArn
GetRegistryResponse.Builder registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
- Parameters:
registryArn- The Amazon Resource Name (ARN) of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetRegistryResponse.Builder description(String description)
A description of the registry.
- Parameters:
description- A description of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetRegistryResponse.Builder status(String status)
The status of the registry.
- Parameters:
status- The status of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistryStatus,RegistryStatus
-
status
GetRegistryResponse.Builder status(RegistryStatus status)
The status of the registry.
- Parameters:
status- The status of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistryStatus,RegistryStatus
-
createdTime
GetRegistryResponse.Builder createdTime(String createdTime)
The date and time the registry was created.
- Parameters:
createdTime- The date and time the registry was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTime
GetRegistryResponse.Builder updatedTime(String updatedTime)
The date and time the registry was updated.
- Parameters:
updatedTime- The date and time the registry was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-