public static interface AllocatePrivateVirtualInterfaceRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<AllocatePrivateVirtualInterfaceRequest.Builder,AllocatePrivateVirtualInterfaceRequest>
build
overrideConfiguration
copy
applyMutation, build
AllocatePrivateVirtualInterfaceRequest.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 AWS account that owns the virtual private interface.
ownerAccount
- The ID of the AWS 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 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.Builder
newPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation)
AllocatePrivateVirtualInterfaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AllocatePrivateVirtualInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.