Interface DiscoveredResource.Builder

    • Method Detail

      • uri

        DiscoveredResource.Builder uri​(String uri)

        The universal resource identifier (URI) of the discovered resource.

        Parameters:
        uri - The universal resource identifier (URI) of the discovered resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        DiscoveredResource.Builder accountId​(String accountId)

        The Amazon Web Services account ID associated with the discovered resource.

        Parameters:
        accountId - The Amazon Web Services account ID associated with the discovered resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        DiscoveredResource.Builder type​(String type)

        The type of the discovered resource.

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

        DiscoveredResource.Builder name​(String name)

        The name of the discovered resource.

        Parameters:
        name - The name of the discovered resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.