Interface ListAttachedLinksItem.Builder

    • Method Detail

      • label

        ListAttachedLinksItem.Builder label​(String label)

        The label that was assigned to this link at creation, with the variables resolved to their actual values.

        Parameters:
        label - The label that was assigned to this link at creation, with the variables resolved to their actual values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkArn

        ListAttachedLinksItem.Builder linkArn​(String linkArn)

        The ARN of the link.

        Parameters:
        linkArn - The ARN of the link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        ListAttachedLinksItem.Builder resourceTypes​(Collection<String> resourceTypes)

        The resource types supported by this link.

        Parameters:
        resourceTypes - The resource types supported by this link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        ListAttachedLinksItem.Builder resourceTypes​(String... resourceTypes)

        The resource types supported by this link.

        Parameters:
        resourceTypes - The resource types supported by this link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.