Interface RedshiftDataShareDetails.Builder

    • Method Detail

      • arn

        RedshiftDataShareDetails.Builder arn​(String 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

        RedshiftDataShareDetails.Builder database​(String 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

        RedshiftDataShareDetails.Builder function​(String 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

        RedshiftDataShareDetails.Builder table​(String 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

        RedshiftDataShareDetails.Builder schema​(String 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

        RedshiftDataShareDetails.Builder view​(String 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.