Interface AssociatedCoreNetwork.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedCoreNetwork.Builder,AssociatedCoreNetwork>,SdkBuilder<AssociatedCoreNetwork.Builder,AssociatedCoreNetwork>,SdkPojo
- Enclosing class:
- AssociatedCoreNetwork
public static interface AssociatedCoreNetwork.Builder extends SdkPojo, CopyableBuilder<AssociatedCoreNetwork.Builder,AssociatedCoreNetwork>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociatedCoreNetwork.BuilderattachmentId(String attachmentId)the ID of the Direct Connect attachmentAssociatedCoreNetwork.Builderid(String id)The ID of the Cloud WAN core network.AssociatedCoreNetwork.BuilderownerAccount(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 Detail
-
id
AssociatedCoreNetwork.Builder id(String id)
The ID of the Cloud WAN core network.
- Parameters:
id- The ID of the Cloud WAN core network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccount
AssociatedCoreNetwork.Builder ownerAccount(String 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
AssociatedCoreNetwork.Builder attachmentId(String attachmentId)
the ID of the Direct Connect attachment
- Parameters:
attachmentId- the ID of the Direct Connect attachment- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-