Interface ListLinksItem.Builder

    • Method Detail

      • arn

        ListLinksItem.Builder arn​(String arn)

        The ARN of the link.

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

        ListLinksItem.Builder id​(String id)

        The random ID string that Amazon Web Services generated as part of the link ARN.

        Parameters:
        id - The random ID string that Amazon Web Services generated as part of the link ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • label

        ListLinksItem.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.
      • resourceTypes

        ListLinksItem.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

        ListLinksItem.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.
      • sinkArn

        ListLinksItem.Builder sinkArn​(String sinkArn)

        The ARN of the sink that this link is attached to.

        Parameters:
        sinkArn - The ARN of the sink that this link is attached to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.