CopyableBuilder<InstanceNetworking.Builder,InstanceNetworking>
, SdkBuilder<InstanceNetworking.Builder,InstanceNetworking>
public static interface InstanceNetworking.Builder extends CopyableBuilder<InstanceNetworking.Builder,InstanceNetworking>
Modifier and Type | Method | Description |
---|---|---|
InstanceNetworking.Builder |
monthlyTransfer(MonthlyTransfer monthlyTransfer) |
The amount of data in GB allocated for monthly data transfers.
|
InstanceNetworking.Builder |
ports(Collection<InstancePortInfo> ports) |
An array of key-value pairs containing information about the ports on the instance.
|
InstanceNetworking.Builder |
ports(InstancePortInfo... ports) |
An array of key-value pairs containing information about the ports on the instance.
|
copy
apply, build
InstanceNetworking.Builder monthlyTransfer(MonthlyTransfer monthlyTransfer)
The amount of data in GB allocated for monthly data transfers.
monthlyTransfer
- The amount of data in GB allocated for monthly data transfers.InstanceNetworking.Builder ports(Collection<InstancePortInfo> ports)
An array of key-value pairs containing information about the ports on the instance.
ports
- An array of key-value pairs containing information about the ports on the instance.InstanceNetworking.Builder ports(InstancePortInfo... ports)
An array of key-value pairs containing information about the ports on the instance.
NOTE: This method appends the values to the existing list (if any). Use
#setPorts(java.util.Collection)
or #withPorts(java.util.Collection)
if you want to override
the existing values.
ports
- An array of key-value pairs containing information about the ports on the instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.