Interface UpdateSchemaResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateSchemaResponse.Builder,
,UpdateSchemaResponse> GlueResponse.Builder
,SdkBuilder<UpdateSchemaResponse.Builder,
,UpdateSchemaResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateSchemaResponse
public static interface UpdateSchemaResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>
-
Method Summary
Modifier and TypeMethodDescriptionregistryName
(String registryName) The name of the registry that contains the schema.The Amazon Resource Name (ARN) of the schema.schemaName
(String schemaName) The name of the schema.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
schemaArn
The Amazon Resource Name (ARN) of the schema.
- Parameters:
schemaArn
- The Amazon Resource Name (ARN) of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
The name of the schema.
- Parameters:
schemaName
- The name of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryName
The name of the registry that contains the schema.
- Parameters:
registryName
- The name of the registry that contains the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-