Interface DeleteConnectorResponse.Builder

    • Method Detail

      • connectorArn

        DeleteConnectorResponse.Builder connectorArn​(String connectorArn)

        The Amazon Resource Name (ARN) of the connector that you requested to delete.

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

        DeleteConnectorResponse.Builder connectorState​(String connectorState)

        The state of the connector that you requested to delete.

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

        DeleteConnectorResponse.Builder connectorState​(ConnectorState connectorState)

        The state of the connector that you requested to delete.

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