Interface ListAttachedLinksItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ListAttachedLinksItem.Builder,ListAttachedLinksItem>, SdkBuilder<ListAttachedLinksItem.Builder,ListAttachedLinksItem>, SdkPojo
Enclosing class:
ListAttachedLinksItem

public static interface ListAttachedLinksItem.Builder extends SdkPojo, CopyableBuilder<ListAttachedLinksItem.Builder,ListAttachedLinksItem>
  • Method Details

    • 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

      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.