Interface DeleteFlowLogsResponse.Builder

    • Method Detail

      • unsuccessful

        DeleteFlowLogsResponse.Builder unsuccessful​(Collection<UnsuccessfulItem> unsuccessful)

        Information about the flow logs that could not be deleted successfully.

        Parameters:
        unsuccessful - Information about the flow logs that could not be deleted successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessful

        DeleteFlowLogsResponse.Builder unsuccessful​(UnsuccessfulItem... unsuccessful)

        Information about the flow logs that could not be deleted successfully.

        Parameters:
        unsuccessful - Information about the flow logs that could not be deleted successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.