public static interface AllocatePublicVirtualInterfaceRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<AllocatePublicVirtualInterfaceRequest.Builder,AllocatePublicVirtualInterfaceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 Amazon Web Services account that owns the public virtual interface.
ownerAccount - The ID of the Amazon Web Services 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 method 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)
overrideConfiguration in interface AwsRequest.BuilderAllocatePublicVirtualInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.