Interface SourceAuth.Builder

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

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

    • type

      The authorization type to use. Valid options are OAUTH or CODECONNECTIONS.

      Parameters:
      type - The authorization type to use. Valid options are OAUTH or CODECONNECTIONS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The authorization type to use. Valid options are OAUTH or CODECONNECTIONS.

      Parameters:
      type - The authorization type to use. Valid options are OAUTH or CODECONNECTIONS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resource

      SourceAuth.Builder resource(String resource)

      The resource value that applies to the specified authorization type.

      Parameters:
      resource - The resource value that applies to the specified authorization type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.