Interface ListResourceScanResourcesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CloudFormationRequest.Builder, CopyableBuilder<ListResourceScanResourcesRequest.Builder,ListResourceScanResourcesRequest>, SdkBuilder<ListResourceScanResourcesRequest.Builder,ListResourceScanResourcesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListResourceScanResourcesRequest

  • Method Details

    • 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

      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

      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

      A string that identifies the next page of resource scan results.

      Parameters:
      nextToken - A string that identifies the next page of resource scan results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • overrideConfiguration

      ListResourceScanResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.