Interface ListTrailsResponse.Builder

    • Method Detail

      • trails

        ListTrailsResponse.Builder trails​(Collection<TrailInfo> trails)

        Returns the name, ARN, and home Region of trails in the current account.

        Parameters:
        trails - Returns the name, ARN, and home Region of trails in the current account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trails

        ListTrailsResponse.Builder trails​(TrailInfo... trails)

        Returns the name, ARN, and home Region of trails in the current account.

        Parameters:
        trails - Returns the name, ARN, and home Region of trails in the current account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTrailsResponse.Builder nextToken​(String nextToken)

        The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

        Parameters:
        nextToken - The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.