Interface ListLinksItem.Builder

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

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

    • 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

      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

      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.