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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAttachedLinksItem.Builderlabel(String label)The label that was assigned to this link at creation, with the variables resolved to their actual values.ListAttachedLinksItem.BuilderlinkArn(String linkArn)The ARN of the link.ListAttachedLinksItem.BuilderresourceTypes(String... resourceTypes)The resource types supported by this link.ListAttachedLinksItem.BuilderresourceTypes(Collection<String> resourceTypes)The resource types supported by this link.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
label
ListAttachedLinksItem.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.
-
linkArn
ListAttachedLinksItem.Builder linkArn(String 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.
-
-