Interface ExportSchemaResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ExportSchemaResponse.Builder,ExportSchemaResponse>, SchemasResponse.Builder, SdkBuilder<ExportSchemaResponse.Builder,ExportSchemaResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ExportSchemaResponse

public static interface ExportSchemaResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<ExportSchemaResponse.Builder,ExportSchemaResponse>
  • Method Details

    • content

      Sets the value of the Content property for this object.
      Parameters:
      content - The new value for the Content property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaArn

      ExportSchemaResponse.Builder schemaArn(String schemaArn)
      Sets the value of the SchemaArn property for this object.
      Parameters:
      schemaArn - The new value for the SchemaArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaName

      ExportSchemaResponse.Builder schemaName(String schemaName)
      Sets the value of the SchemaName property for this object.
      Parameters:
      schemaName - The new value for the SchemaName property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaVersion

      ExportSchemaResponse.Builder schemaVersion(String schemaVersion)
      Sets the value of the SchemaVersion property for this object.
      Parameters:
      schemaVersion - The new value for the SchemaVersion property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Sets the value of the Type property for this object.
      Parameters:
      type - The new value for the Type property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.