Interface RedshiftDataShareDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RedshiftDataShareDetails.Builder,RedshiftDataShareDetails>, SdkBuilder<RedshiftDataShareDetails.Builder,RedshiftDataShareDetails>, SdkPojo
Enclosing class:
RedshiftDataShareDetails

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

    • arn

      The ARN of the underlying Redshift data share that is being affected by this notification.

      Parameters:
      arn - The ARN of the underlying Redshift data share that is being affected by this notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • database

      The database name in the Redshift data share that is being affected by this notification.

      Parameters:
      database - The database name in the Redshift data share that is being affected by this notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • function

      A function name in the Redshift database that is being affected by this notification.

      Parameters:
      function - A function name in the Redshift database that is being affected by this notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • table

      A table name in the Redshift database that is being affected by this notification.

      Parameters:
      table - A table name in the Redshift database that is being affected by this notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schema

      A schema name in the Redshift database that is being affected by this notification.

      Parameters:
      schema - A schema name in the Redshift database that is being affected by this notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • view

      A view name in the Redshift database that is being affected by this notification.

      Parameters:
      view - A view name in the Redshift database that is being affected by this notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.