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