CopyableBuilder<AllocatePublicVirtualInterfaceRequest.Builder,AllocatePublicVirtualInterfaceRequest>
, SdkBuilder<AllocatePublicVirtualInterfaceRequest.Builder,AllocatePublicVirtualInterfaceRequest>
public static interface AllocatePublicVirtualInterfaceRequest.Builder extends CopyableBuilder<AllocatePublicVirtualInterfaceRequest.Builder,AllocatePublicVirtualInterfaceRequest>
Modifier and Type | Method | Description |
---|---|---|
AllocatePublicVirtualInterfaceRequest.Builder |
connectionId(String connectionId) |
The connection ID on which the public virtual interface is provisioned.
|
AllocatePublicVirtualInterfaceRequest.Builder |
newPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation) |
Detailed information for the public virtual interface to be provisioned.
|
AllocatePublicVirtualInterfaceRequest.Builder |
ownerAccount(String ownerAccount) |
The AWS account that will own the new public virtual interface.
|
copy
apply, build
AllocatePublicVirtualInterfaceRequest.Builder connectionId(String connectionId)
The connection ID on which the public virtual interface is provisioned.
Default: None
connectionId
- The connection ID on which the public virtual interface is provisioned.
Default: None
AllocatePublicVirtualInterfaceRequest.Builder ownerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface.
Default: None
ownerAccount
- The AWS account that will own the new public virtual interface.
Default: None
AllocatePublicVirtualInterfaceRequest.Builder newPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be provisioned.
Default: None
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be provisioned.
Default: None
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.