Interface LinkAssociation.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LinkAssociation.Builder,,LinkAssociation> SdkBuilder<LinkAssociation.Builder,,LinkAssociation> SdkPojo
- Enclosing class:
 LinkAssociation
public static interface LinkAssociation.Builder
extends SdkPojo, CopyableBuilder<LinkAssociation.Builder,LinkAssociation> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe device ID for the link association.globalNetworkId(String globalNetworkId) The ID of the global network.linkAssociationState(String linkAssociationState) The state of the association.linkAssociationState(LinkAssociationState linkAssociationState) The state of the association.The ID of the link.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
globalNetworkId
The ID of the global network.
- Parameters:
 globalNetworkId- The ID of the global network.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deviceId
The device ID for the link association.
- Parameters:
 deviceId- The device ID for the link association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
linkId
The ID of the link.
- Parameters:
 linkId- The ID of the link.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
linkAssociationState
The state of the association.
- Parameters:
 linkAssociationState- The state of the association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
linkAssociationState
The state of the association.
- Parameters:
 linkAssociationState- The state of the association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -