Uses of Interface
software.amazon.awssdk.services.directconnect.model.AllocateHostedConnectionRequest.Builder
-
Packages that use AllocateHostedConnectionRequest.Builder Package Description software.amazon.awssdk.services.directconnect Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.software.amazon.awssdk.services.directconnect.model -
-
Uses of AllocateHostedConnectionRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type AllocateHostedConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<AllocateHostedConnectionResponse>DirectConnectAsyncClient. allocateHostedConnection(Consumer<AllocateHostedConnectionRequest.Builder> allocateHostedConnectionRequest)Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.default AllocateHostedConnectionResponseDirectConnectClient. allocateHostedConnection(Consumer<AllocateHostedConnectionRequest.Builder> allocateHostedConnectionRequest)Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects. -
Uses of AllocateHostedConnectionRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return AllocateHostedConnectionRequest.Builder Modifier and Type Method Description AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. bandwidth(String bandwidth)The bandwidth of the connection.static AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest. builder()AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. connectionId(String connectionId)The ID of the interconnect or LAG.AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. connectionName(String connectionName)The name of the hosted connection.AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. ownerAccount(String ownerAccount)The ID of the Amazon Web Services account ID of the customer for the connection.AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. tags(Collection<Tag> tags)The tags associated with the connection.AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. tags(Consumer<Tag.Builder>... tags)The tags associated with the connection.AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. tags(Tag... tags)The tags associated with the connection.AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest. toBuilder()AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. vlan(Integer vlan)The dedicated VLAN provisioned to the hosted connection.Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type AllocateHostedConnectionRequest.Builder Modifier and Type Method Description static Class<? extends AllocateHostedConnectionRequest.Builder>AllocateHostedConnectionRequest. serializableBuilderClass()
-