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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLinksItem.Builderarn(String arn)The ARN of the link.ListLinksItem.Builderid(String id)The random ID string that Amazon Web Services generated as part of the link ARN.ListLinksItem.Builderlabel(String label)The label that was assigned to this link at creation, with the variables resolved to their actual values.ListLinksItem.BuilderresourceTypes(String... resourceTypes)The resource types supported by this link.ListLinksItem.BuilderresourceTypes(Collection<String> resourceTypes)The resource types supported by this link.ListLinksItem.BuildersinkArn(String sinkArn)The ARN of the sink that this link is attached to.-
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
-
arn
ListLinksItem.Builder arn(String 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
ListLinksItem.Builder id(String 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
ListLinksItem.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.
-
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.
-
-