Uses of Interface
software.amazon.awssdk.services.directconnect.model.AllocatePublicVirtualInterfaceRequest.Builder
-
Packages that use AllocatePublicVirtualInterfaceRequest.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 AllocatePublicVirtualInterfaceRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type AllocatePublicVirtualInterfaceRequest.Builder Modifier and Type Method Description default CompletableFuture<AllocatePublicVirtualInterfaceResponse>DirectConnectAsyncClient. allocatePublicVirtualInterface(Consumer<AllocatePublicVirtualInterfaceRequest.Builder> allocatePublicVirtualInterfaceRequest)Provisions a public virtual interface to be owned by the specified Amazon Web Services account.default AllocatePublicVirtualInterfaceResponseDirectConnectClient. allocatePublicVirtualInterface(Consumer<AllocatePublicVirtualInterfaceRequest.Builder> allocatePublicVirtualInterfaceRequest)Provisions a public virtual interface to be owned by the specified Amazon Web Services account. -
Uses of AllocatePublicVirtualInterfaceRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return AllocatePublicVirtualInterfaceRequest.Builder Modifier and Type Method Description static AllocatePublicVirtualInterfaceRequest.BuilderAllocatePublicVirtualInterfaceRequest. builder()AllocatePublicVirtualInterfaceRequest.BuilderAllocatePublicVirtualInterfaceRequest.Builder. connectionId(String connectionId)The ID of the connection on which the public virtual interface is provisioned.default AllocatePublicVirtualInterfaceRequest.BuilderAllocatePublicVirtualInterfaceRequest.Builder. newPublicVirtualInterfaceAllocation(Consumer<NewPublicVirtualInterfaceAllocation.Builder> newPublicVirtualInterfaceAllocation)Information about the public virtual interface.AllocatePublicVirtualInterfaceRequest.BuilderAllocatePublicVirtualInterfaceRequest.Builder. newPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)Information about the public virtual interface.AllocatePublicVirtualInterfaceRequest.BuilderAllocatePublicVirtualInterfaceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AllocatePublicVirtualInterfaceRequest.BuilderAllocatePublicVirtualInterfaceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AllocatePublicVirtualInterfaceRequest.BuilderAllocatePublicVirtualInterfaceRequest.Builder. ownerAccount(String ownerAccount)The ID of the Amazon Web Services account that owns the public virtual interface.AllocatePublicVirtualInterfaceRequest.BuilderAllocatePublicVirtualInterfaceRequest. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type AllocatePublicVirtualInterfaceRequest.Builder Modifier and Type Method Description static Class<? extends AllocatePublicVirtualInterfaceRequest.Builder>AllocatePublicVirtualInterfaceRequest. serializableBuilderClass()
-