Interface RedshiftScopeUnion.Builder

  • Method Details

    • connect

      The Amazon Redshift connect integration scope configuration. Defines authorization settings for Amazon Redshift connect service integration.

      Parameters:
      connect - The Amazon Redshift connect integration scope configuration. Defines authorization settings for Amazon Redshift connect service integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connect

      The Amazon Redshift connect integration scope configuration. Defines authorization settings for Amazon Redshift connect service integration.

      This is a convenience method that creates an instance of the Connect.Builder avoiding the need to create one manually via Connect.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to connect(Connect).

      Parameters:
      connect - a consumer that will call methods on Connect.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: