Interface RegistrationOutput.Builder

    • Method Detail

      • message

        RegistrationOutput.Builder message​(String message)

        Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.

        Parameters:
        message - Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • result

        RegistrationOutput.Builder result​(String result)

        Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.

        Parameters:
        result - Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        RegistrationOutput.Builder status​(String status)

        Indicates the status of the registration attempt from Amazon AppFlow.

        Parameters:
        status - Indicates the status of the registration attempt from Amazon AppFlow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus
      • status

        RegistrationOutput.Builder status​(ExecutionStatus status)

        Indicates the status of the registration attempt from Amazon AppFlow.

        Parameters:
        status - Indicates the status of the registration attempt from Amazon AppFlow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus