Interface ListLogPatternSetsResponse.Builder

    • Method Detail

      • resourceGroupName

        ListLogPatternSetsResponse.Builder resourceGroupName​(String resourceGroupName)

        The name of the resource group.

        Parameters:
        resourceGroupName - The name of the resource group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        ListLogPatternSetsResponse.Builder accountId​(String accountId)

        The AWS account ID for the resource group owner.

        Parameters:
        accountId - The AWS account ID for the resource group owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logPatternSets

        ListLogPatternSetsResponse.Builder logPatternSets​(Collection<String> logPatternSets)

        The list of log pattern sets.

        Parameters:
        logPatternSets - The list of log pattern sets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logPatternSets

        ListLogPatternSetsResponse.Builder logPatternSets​(String... logPatternSets)

        The list of log pattern sets.

        Parameters:
        logPatternSets - The list of log pattern sets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLogPatternSetsResponse.Builder nextToken​(String nextToken)

        The token used to retrieve the next page of results. This value is null when there are no more results to return.

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