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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkAssociation.BuilderdeviceId(String deviceId)The device ID for the link association.LinkAssociation.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.LinkAssociation.BuilderlinkAssociationState(String linkAssociationState)The state of the association.LinkAssociation.BuilderlinkAssociationState(LinkAssociationState linkAssociationState)The state of the association.LinkAssociation.BuilderlinkId(String linkId)The ID of the 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
-
globalNetworkId
LinkAssociation.Builder globalNetworkId(String 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
LinkAssociation.Builder deviceId(String 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
LinkAssociation.Builder linkId(String 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
LinkAssociation.Builder linkAssociationState(String 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,LinkAssociationState
-
linkAssociationState
LinkAssociation.Builder linkAssociationState(LinkAssociationState 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,LinkAssociationState
-
-