Interface RealtimeLogConfigs.Builder

    • Method Detail

      • maxItems

        RealtimeLogConfigs.Builder maxItems​(Integer maxItems)

        The maximum number of real-time log configurations requested.

        Parameters:
        maxItems - The maximum number of real-time log configurations requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        RealtimeLogConfigs.Builder items​(Collection<RealtimeLogConfig> items)

        Contains the list of real-time log configurations.

        Parameters:
        items - Contains the list of real-time log configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        RealtimeLogConfigs.Builder items​(RealtimeLogConfig... items)

        Contains the list of real-time log configurations.

        Parameters:
        items - Contains the list of real-time log configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        RealtimeLogConfigs.Builder isTruncated​(Boolean isTruncated)

        A flag that indicates whether there are more real-time log configurations than are contained in this list.

        Parameters:
        isTruncated - A flag that indicates whether there are more real-time log configurations than are contained in this list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        RealtimeLogConfigs.Builder marker​(String marker)

        This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.

        Parameters:
        marker - This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        RealtimeLogConfigs.Builder nextMarker​(String nextMarker)

        If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing real-time log configurations where you left off.

        Parameters:
        nextMarker - If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing real-time log configurations where you left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.