public static interface ListLinksItem.Builder extends SdkPojo, CopyableBuilder<ListLinksItem.Builder,ListLinksItem>
| Modifier and Type | Method and Description |
|---|---|
ListLinksItem.Builder |
arn(String arn)
The ARN of the link.
|
ListLinksItem.Builder |
id(String id)
The random ID string that Amazon Web Services generated as part of the link ARN.
|
ListLinksItem.Builder |
label(String label)
The label that was assigned to this link at creation, with the variables resolved to their actual values.
|
ListLinksItem.Builder |
resourceTypes(Collection<String> resourceTypes)
The resource types supported by this link.
|
ListLinksItem.Builder |
resourceTypes(String... resourceTypes)
The resource types supported by this link.
|
ListLinksItem.Builder |
sinkArn(String sinkArn)
The ARN of the sink that this link is attached to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListLinksItem.Builder arn(String arn)
The ARN of the link.
arn - The ARN of the link.ListLinksItem.Builder id(String id)
The random ID string that Amazon Web Services generated as part of the link ARN.
id - The random ID string that Amazon Web Services generated as part of the link ARN.ListLinksItem.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.ListLinksItem.Builder resourceTypes(Collection<String> resourceTypes)
The resource types supported by this link.
resourceTypes - The resource types supported by this link.ListLinksItem.Builder resourceTypes(String... resourceTypes)
The resource types supported by this link.
resourceTypes - The resource types supported by this link.ListLinksItem.Builder sinkArn(String sinkArn)
The ARN of the sink that this link is attached to.
sinkArn - The ARN of the sink that this link is attached to.Copyright © 2023. All rights reserved.