Interface RegistrySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrySummary.Builder,RegistrySummary>,SdkBuilder<RegistrySummary.Builder,RegistrySummary>,SdkPojo
- Enclosing class:
- RegistrySummary
public static interface RegistrySummary.Builder extends SdkPojo, CopyableBuilder<RegistrySummary.Builder,RegistrySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrySummary.BuilderregistryArn(String registryArn)The ARN of the registry.RegistrySummary.BuilderregistryName(String registryName)The name of the registry.RegistrySummary.Buildertags(Map<String,String> tags)Tags associated with the registry.-
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, sdkFields
-
-
-
-
Method Detail
-
registryArn
RegistrySummary.Builder registryArn(String registryArn)
The ARN of the registry.
- Parameters:
registryArn- The ARN of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryName
RegistrySummary.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.
-
tags
RegistrySummary.Builder tags(Map<String,String> tags)
Tags associated with the registry.
- Parameters:
tags- Tags associated with the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-