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 Details

    • schemaArn

      UpdateSchemaResponse.Builder schemaArn(String 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

      UpdateSchemaResponse.Builder schemaName(String 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

      UpdateSchemaResponse.Builder registryName(String 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.