public static interface AllocatePublicVirtualInterfaceRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<AllocatePublicVirtualInterfaceRequest.Builder,AllocatePublicVirtualInterfaceRequest>
buildoverrideConfigurationcopyapplyMutation, buildAllocatePublicVirtualInterfaceRequest.Builder connectionId(String connectionId)
The ID of the connection on which the public virtual interface is provisioned.
connectionId - The ID of the connection on which the public virtual interface is provisioned.AllocatePublicVirtualInterfaceRequest.Builder ownerAccount(String ownerAccount)
The ID of the AWS account that owns the public virtual interface.
ownerAccount - The ID of the AWS account that owns the public virtual interface.AllocatePublicVirtualInterfaceRequest.Builder newPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
newPublicVirtualInterfaceAllocation - Information about the public virtual interface.default AllocatePublicVirtualInterfaceRequest.Builder newPublicVirtualInterfaceAllocation(Consumer<NewPublicVirtualInterfaceAllocation.Builder> newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
This is a convenience that creates an instance of theNewPublicVirtualInterfaceAllocation.Builder
avoiding the need to create one manually via NewPublicVirtualInterfaceAllocation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
newPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation).newPublicVirtualInterfaceAllocation - a consumer that will call methods on NewPublicVirtualInterfaceAllocation.BuildernewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation)AllocatePublicVirtualInterfaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AllocatePublicVirtualInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.