Interface ResolveComponentCandidatesResponse.Builder

    • Method Detail

      • resolvedComponentVersions

        ResolveComponentCandidatesResponse.Builder resolvedComponentVersions​(Collection<ResolvedComponentVersion> resolvedComponentVersions)

        A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.

        Parameters:
        resolvedComponentVersions - A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolvedComponentVersions

        ResolveComponentCandidatesResponse.Builder resolvedComponentVersions​(ResolvedComponentVersion... resolvedComponentVersions)

        A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.

        Parameters:
        resolvedComponentVersions - A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.