Interface DescribeFlowLogsResponse.Builder

    • Method Detail

      • flowLogs

        DescribeFlowLogsResponse.Builder flowLogs​(Collection<FlowLog> flowLogs)

        Information about the flow logs.

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

        DescribeFlowLogsResponse.Builder flowLogs​(FlowLog... flowLogs)

        Information about the flow logs.

        Parameters:
        flowLogs - Information about the flow logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeFlowLogsResponse.Builder nextToken​(String nextToken)

        The token to request the next page of items. This value is null when there are no more items to return.

        Parameters:
        nextToken - The token to request the next page of items. This value is null when there are no more items to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.