Interface ListDiscoveredResourcesResponse.Builder

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

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

    • 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.
    • resourceIdentifiers

      ListDiscoveredResourcesResponse.Builder resourceIdentifiers(Consumer<ResourceIdentifier.Builder>... resourceIdentifiers)

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

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

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

      Parameters:
      resourceIdentifiers - a consumer that will call methods on ResourceIdentifier.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.