public static interface AllocatePrivateVirtualInterfaceRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<AllocatePrivateVirtualInterfaceRequest.Builder,AllocatePrivateVirtualInterfaceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAllocatePrivateVirtualInterfaceRequest.Builder connectionId(String connectionId)
The ID of the connection on which the private virtual interface is provisioned.
connectionId - The ID of the connection on which the private virtual interface is provisioned.AllocatePrivateVirtualInterfaceRequest.Builder ownerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the virtual private interface.
ownerAccount - The ID of the Amazon Web Services account that owns the virtual private interface.AllocatePrivateVirtualInterfaceRequest.Builder newPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Information about the private virtual interface.
newPrivateVirtualInterfaceAllocation - Information about the private virtual interface.default AllocatePrivateVirtualInterfaceRequest.Builder newPrivateVirtualInterfaceAllocation(Consumer<NewPrivateVirtualInterfaceAllocation.Builder> newPrivateVirtualInterfaceAllocation)
Information about the private virtual interface.
This is a convenience method that creates an instance of theNewPrivateVirtualInterfaceAllocation.Builder avoiding the need to create one manually via
NewPrivateVirtualInterfaceAllocation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
newPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation).
newPrivateVirtualInterfaceAllocation - a consumer that will call methods on NewPrivateVirtualInterfaceAllocation.BuildernewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation)AllocatePrivateVirtualInterfaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAllocatePrivateVirtualInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.