Interface GetDiscoveredResourceCountsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ConfigResponse.Builder, CopyableBuilder<GetDiscoveredResourceCountsResponse.Builder,GetDiscoveredResourceCountsResponse>, SdkBuilder<GetDiscoveredResourceCountsResponse.Builder,GetDiscoveredResourceCountsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetDiscoveredResourceCountsResponse

public static interface GetDiscoveredResourceCountsResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<GetDiscoveredResourceCountsResponse.Builder,GetDiscoveredResourceCountsResponse>
  • Method Details

    • totalDiscoveredResources

      GetDiscoveredResourceCountsResponse.Builder totalDiscoveredResources(Long totalDiscoveredResources)

      The total number of resources that Config is recording in the region for your account. If you specify resource types in the request, Config returns only the total number of resources for those resource types.

      Example

      1. Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets, for a total of 60 resources.

      2. You make a call to the GetDiscoveredResourceCounts action and specify the resource type, "AWS::EC2::Instances", in the request.

      3. Config returns 25 for totalDiscoveredResources.

      Parameters:
      totalDiscoveredResources - The total number of resources that Config is recording in the region for your account. If you specify resource types in the request, Config returns only the total number of resources for those resource types.

      Example

      1. Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets, for a total of 60 resources.

      2. You make a call to the GetDiscoveredResourceCounts action and specify the resource type, "AWS::EC2::Instances", in the request.

      3. Config returns 25 for totalDiscoveredResources.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceCounts

      The list of ResourceCount objects. Each object is listed in descending order by the number of resources.

      Parameters:
      resourceCounts - The list of ResourceCount objects. Each object is listed in descending order by the number of resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceCounts

      The list of ResourceCount objects. Each object is listed in descending order by the number of resources.

      Parameters:
      resourceCounts - The list of ResourceCount objects. Each object is listed in descending order by the number of resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceCounts

      The list of ResourceCount objects. Each object is listed in descending order by the number of resources.

      This is a convenience method that creates an instance of the ResourceCount.Builder avoiding the need to create one manually via ResourceCount.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resourceCounts(List<ResourceCount>).

      Parameters:
      resourceCounts - a consumer that will call methods on ResourceCount.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The string that you use in a subsequent request to get the next page of results in a paginated response.

      Parameters:
      nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.