Interface ListDiscoveredResourcesResponse.Builder

    • Method Detail

      • resourceIdentifiers

        ListDiscoveredResourcesResponse.Builder resourceIdentifiers​(Collection<ResourceIdentifier> resourceIdentifiers)

        The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.

        Parameters:
        resourceIdentifiers - The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIdentifiers

        ListDiscoveredResourcesResponse.Builder resourceIdentifiers​(ResourceIdentifier... resourceIdentifiers)

        The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.

        Parameters:
        resourceIdentifiers - The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDiscoveredResourcesResponse.Builder nextToken​(String 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.