Uses of Interface
software.amazon.awssdk.services.directconnect.model.AllocatePrivateVirtualInterfaceRequest.Builder
-
Packages that use AllocatePrivateVirtualInterfaceRequest.Builder Package Description software.amazon.awssdk.services.directconnect Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.software.amazon.awssdk.services.directconnect.model -
-
Uses of AllocatePrivateVirtualInterfaceRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type AllocatePrivateVirtualInterfaceRequest.Builder Modifier and Type Method Description default CompletableFuture<AllocatePrivateVirtualInterfaceResponse>DirectConnectAsyncClient. allocatePrivateVirtualInterface(Consumer<AllocatePrivateVirtualInterfaceRequest.Builder> allocatePrivateVirtualInterfaceRequest)Provisions a private virtual interface to be owned by the specified Amazon Web Services account.default AllocatePrivateVirtualInterfaceResponseDirectConnectClient. allocatePrivateVirtualInterface(Consumer<AllocatePrivateVirtualInterfaceRequest.Builder> allocatePrivateVirtualInterfaceRequest)Provisions a private virtual interface to be owned by the specified Amazon Web Services account. -
Uses of AllocatePrivateVirtualInterfaceRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return AllocatePrivateVirtualInterfaceRequest.Builder Modifier and Type Method Description static AllocatePrivateVirtualInterfaceRequest.BuilderAllocatePrivateVirtualInterfaceRequest. builder()AllocatePrivateVirtualInterfaceRequest.BuilderAllocatePrivateVirtualInterfaceRequest.Builder. connectionId(String connectionId)The ID of the connection on which the private virtual interface is provisioned.default AllocatePrivateVirtualInterfaceRequest.BuilderAllocatePrivateVirtualInterfaceRequest.Builder. newPrivateVirtualInterfaceAllocation(Consumer<NewPrivateVirtualInterfaceAllocation.Builder> newPrivateVirtualInterfaceAllocation)Information about the private virtual interface.AllocatePrivateVirtualInterfaceRequest.BuilderAllocatePrivateVirtualInterfaceRequest.Builder. newPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)Information about the private virtual interface.AllocatePrivateVirtualInterfaceRequest.BuilderAllocatePrivateVirtualInterfaceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AllocatePrivateVirtualInterfaceRequest.BuilderAllocatePrivateVirtualInterfaceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AllocatePrivateVirtualInterfaceRequest.BuilderAllocatePrivateVirtualInterfaceRequest.Builder. ownerAccount(String ownerAccount)The ID of the Amazon Web Services account that owns the virtual private interface.AllocatePrivateVirtualInterfaceRequest.BuilderAllocatePrivateVirtualInterfaceRequest. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type AllocatePrivateVirtualInterfaceRequest.Builder Modifier and Type Method Description static Class<? extends AllocatePrivateVirtualInterfaceRequest.Builder>AllocatePrivateVirtualInterfaceRequest. serializableBuilderClass()
-