Interface CreateRegistryResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateRegistryResponse.Builder,,CreateRegistryResponse> GlueResponse.Builder,SdkBuilder<CreateRegistryResponse.Builder,,CreateRegistryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateRegistryResponse
public static interface CreateRegistryResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateRegistryResponse.Builder,CreateRegistryResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the registry.registryArn(String registryArn) The Amazon Resource Name (ARN) of the newly created registry.registryName(String registryName) The name of the registry.The tags for the registry.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
registryArn
The Amazon Resource Name (ARN) of the newly created registry.
- Parameters:
 registryArn- The Amazon Resource Name (ARN) of the newly created registry.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 - 
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.
 
 - 
tags
The tags for the registry.
- Parameters:
 tags- The tags for the registry.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -