Interface CreateConnectionResponse.Builder

    • Method Detail

      • createConnectionStatus

        CreateConnectionResponse.Builder createConnectionStatus​(String createConnectionStatus)

        The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.

        Parameters:
        createConnectionStatus - The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionStatus, ConnectionStatus
      • createConnectionStatus

        CreateConnectionResponse.Builder createConnectionStatus​(ConnectionStatus createConnectionStatus)

        The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.

        Parameters:
        createConnectionStatus - The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionStatus, ConnectionStatus