Interface ListGroupResourcesResponse.Builder

    • Method Detail

      • resources

        ListGroupResourcesResponse.Builder resources​(Collection<String> resources)

        An array of ARNs. These ARNs are for the canaries that are associated with the group.

        Parameters:
        resources - An array of ARNs. These ARNs are for the canaries that are associated with the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        ListGroupResourcesResponse.Builder resources​(String... resources)

        An array of ARNs. These ARNs are for the canaries that are associated with the group.

        Parameters:
        resources - An array of ARNs. These ARNs are for the canaries that are associated with the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListGroupResourcesResponse.Builder nextToken​(String nextToken)

        A token that indicates that there is more data available. You can use this token in a subsequent ListGroupResources operation to retrieve the next set of results.

        Parameters:
        nextToken - A token that indicates that there is more data available. You can use this token in a subsequent ListGroupResources operation to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.