Interface ResolvedTarget.Builder

    • Method Detail

      • resourceType

        ResolvedTarget.Builder resourceType​(String resourceType)

        The resource type of the target.

        Parameters:
        resourceType - The resource type of the target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetName

        ResolvedTarget.Builder targetName​(String targetName)

        The name of the target.

        Parameters:
        targetName - The name of the target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetInformation

        ResolvedTarget.Builder targetInformation​(Map<String,​String> targetInformation)

        Information about the target.

        Parameters:
        targetInformation - Information about the target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.