public static interface ListAttachedLinksItem.Builder extends SdkPojo, CopyableBuilder<ListAttachedLinksItem.Builder,ListAttachedLinksItem>
| Modifier and Type | Method and Description |
|---|---|
ListAttachedLinksItem.Builder |
label(String label)
The label that was assigned to this link at creation, with the variables resolved to their actual values.
|
ListAttachedLinksItem.Builder |
linkArn(String linkArn)
The ARN of the link.
|
ListAttachedLinksItem.Builder |
resourceTypes(Collection<String> resourceTypes)
The resource types supported by this link.
|
ListAttachedLinksItem.Builder |
resourceTypes(String... resourceTypes)
The resource types supported by this link.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListAttachedLinksItem.Builder label(String label)
The label that was assigned to this link at creation, with the variables resolved to their actual values.
label - The label that was assigned to this link at creation, with the variables resolved to their actual
values.ListAttachedLinksItem.Builder linkArn(String linkArn)
The ARN of the link.
linkArn - The ARN of the link.ListAttachedLinksItem.Builder resourceTypes(Collection<String> resourceTypes)
The resource types supported by this link.
resourceTypes - The resource types supported by this link.ListAttachedLinksItem.Builder resourceTypes(String... resourceTypes)
The resource types supported by this link.
resourceTypes - The resource types supported by this link.Copyright © 2023. All rights reserved.