Interface AssociatedCoreNetwork.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssociatedCoreNetwork.Builder,
,AssociatedCoreNetwork> SdkBuilder<AssociatedCoreNetwork.Builder,
,AssociatedCoreNetwork> SdkPojo
- Enclosing class:
AssociatedCoreNetwork
@Mutable
@NotThreadSafe
public static interface AssociatedCoreNetwork.Builder
extends SdkPojo, CopyableBuilder<AssociatedCoreNetwork.Builder,AssociatedCoreNetwork>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId
(String attachmentId) the ID of the Direct Connect gateway attachment.The ID of the Cloud WAN core network that the Direct Connect gateway is associated to.ownerAccount
(String ownerAccount) The account owner of the Cloud WAN core network.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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the Cloud WAN core network that the Direct Connect gateway is associated to.
- Parameters:
id
- The ID of the Cloud WAN core network that the Direct Connect gateway is associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccount
The account owner of the Cloud WAN core network.
- Parameters:
ownerAccount
- The account owner of the Cloud WAN core network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentId
the ID of the Direct Connect gateway attachment.
- Parameters:
attachmentId
- the ID of the Direct Connect gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-