Interface UpdateConnectorResponse.Builder

  • Method Details

    • connectorArn

      UpdateConnectorResponse.Builder connectorArn(String connectorArn)

      The Amazon Resource Name (ARN) of the connector.

      Parameters:
      connectorArn - The Amazon Resource Name (ARN) of the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorState

      UpdateConnectorResponse.Builder connectorState(String connectorState)

      The state of the connector.

      Parameters:
      connectorState - The state of the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectorState

      UpdateConnectorResponse.Builder connectorState(ConnectorState connectorState)

      The state of the connector.

      Parameters:
      connectorState - The state of the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: