Interface ListLinksItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ListLinksItem.Builder,,- ListLinksItem> - SdkBuilder<ListLinksItem.Builder,,- ListLinksItem> - SdkPojo
- Enclosing class:
- ListLinksItem
@Mutable
@NotThreadSafe
public static interface ListLinksItem.Builder
extends SdkPojo, CopyableBuilder<ListLinksItem.Builder,ListLinksItem> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the link.The random ID string that Amazon Web Services generated as part of the link ARN.The label that was assigned to this link at creation, with the variables resolved to their actual values.resourceTypes(String... resourceTypes) The resource types supported by this link.resourceTypes(Collection<String> resourceTypes) The resource types supported by this link.The ARN of the sink that this link is attached to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe 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.
 
- 
idThe 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.
 
- 
labelThe 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.
 
- 
resourceTypesThe 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.
 
- 
resourceTypesThe 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.
 
- 
sinkArnThe 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.
 
 
-