Interface UpdateRegistryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateRegistryResponse.Builder,UpdateRegistryResponse>,SchemasResponse.Builder,SdkBuilder<UpdateRegistryResponse.Builder,UpdateRegistryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateRegistryResponse
public static interface UpdateRegistryResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<UpdateRegistryResponse.Builder,UpdateRegistryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRegistryResponse.Builderdescription(String description)The description of the registry.UpdateRegistryResponse.BuilderregistryArn(String registryArn)The ARN of the registry.UpdateRegistryResponse.BuilderregistryName(String registryName)The name of the registry.UpdateRegistryResponse.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.services.schemas.model.SchemasResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
description
UpdateRegistryResponse.Builder description(String description)
The description of the registry.
- Parameters:
description- The description of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryArn
UpdateRegistryResponse.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
UpdateRegistryResponse.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
UpdateRegistryResponse.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.
-
-