public static interface UpdateSchemaResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSchemaResponse.Builder |
registryName(String registryName)
The name of the registry that contains the schema.
|
UpdateSchemaResponse.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
UpdateSchemaResponse.Builder |
schemaName(String schemaName)
The name of the schema.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSchemaResponse.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn - The Amazon Resource Name (ARN) of the schema.UpdateSchemaResponse.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.UpdateSchemaResponse.Builder registryName(String registryName)
The name of the registry that contains the schema.
registryName - The name of the registry that contains the schema.Copyright © 2023. All rights reserved.