Interface CreateConnectorResponse.Builder

  • Method Details

    • connectorArn

      CreateConnectorResponse.Builder connectorArn(String connectorArn)

      The Amazon Resource Name (ARN) that Amazon assigned to the connector.

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

      CreateConnectorResponse.Builder connectorName(String connectorName)

      The name of the connector.

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

      CreateConnectorResponse.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

      CreateConnectorResponse.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: