public static interface AllocatePublicVirtualInterfaceRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<AllocatePublicVirtualInterfaceRequest.Builder,AllocatePublicVirtualInterfaceRequest>
build
requestOverrideConfig
copy
apply, build
AllocatePublicVirtualInterfaceRequest.Builder connectionId(String connectionId)
The connection ID on which the public virtual interface is provisioned.
Default: None
connectionId
- The connection ID on which the public virtual interface is provisioned.
Default: None
AllocatePublicVirtualInterfaceRequest.Builder ownerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface.
Default: None
ownerAccount
- The AWS account that will own the new public virtual interface.
Default: None
AllocatePublicVirtualInterfaceRequest.Builder newPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be provisioned.
Default: None
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be provisioned.
Default: None
default AllocatePublicVirtualInterfaceRequest.Builder newPublicVirtualInterfaceAllocation(Consumer<NewPublicVirtualInterfaceAllocation.Builder> newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be provisioned.
Default: None
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.Builder
newPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation)
AllocatePublicVirtualInterfaceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AllocatePublicVirtualInterfaceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.