Interface ListResourceScanResourcesRequest.Builder

    • Method Detail

      • resourceScanId

        ListResourceScanResourcesRequest.Builder resourceScanId​(String resourceScanId)

        The Amazon Resource Name (ARN) of the resource scan.

        Parameters:
        resourceScanId - The Amazon Resource Name (ARN) of the resource scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIdentifier

        ListResourceScanResourcesRequest.Builder resourceIdentifier​(String resourceIdentifier)

        If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).

        Parameters:
        resourceIdentifier - If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypePrefix

        ListResourceScanResourcesRequest.Builder resourceTypePrefix​(String resourceTypePrefix)

        If specified, the returned resources will be of any of the resource types with the specified prefix.

        Parameters:
        resourceTypePrefix - If specified, the returned resources will be of any of the resource types with the specified prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKey

        ListResourceScanResourcesRequest.Builder tagKey​(String tagKey)

        If specified, the returned resources will have a matching tag key.

        Parameters:
        tagKey - If specified, the returned resources will have a matching tag key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValue

        ListResourceScanResourcesRequest.Builder tagValue​(String tagValue)

        If specified, the returned resources will have a matching tag value.

        Parameters:
        tagValue - If specified, the returned resources will have a matching tag value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListResourceScanResourcesRequest.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You received this token from a previous call.)

        Parameters:
        nextToken - The token for the next set of items to return. (You received this token from a previous call.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListResourceScanResourcesRequest.Builder maxResults​(Integer maxResults)

        If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. By default the ListResourceScanResources API action will return at most 100 results in each response. The maximum value is 100.

        Parameters:
        maxResults - If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. By default the ListResourceScanResources API action will return at most 100 results in each response. The maximum value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.