CopyableBuilder<AttachNetworkInterfaceRequest.Builder,AttachNetworkInterfaceRequest>
, SdkBuilder<AttachNetworkInterfaceRequest.Builder,AttachNetworkInterfaceRequest>
public static interface AttachNetworkInterfaceRequest.Builder extends CopyableBuilder<AttachNetworkInterfaceRequest.Builder,AttachNetworkInterfaceRequest>
Modifier and Type | Method | Description |
---|---|---|
AttachNetworkInterfaceRequest.Builder |
deviceIndex(Integer deviceIndex) |
The index of the device for the network interface attachment.
|
AttachNetworkInterfaceRequest.Builder |
instanceId(String instanceId) |
The ID of the instance.
|
AttachNetworkInterfaceRequest.Builder |
networkInterfaceId(String networkInterfaceId) |
The ID of the network interface.
|
copy
apply, build
AttachNetworkInterfaceRequest.Builder deviceIndex(Integer deviceIndex)
The index of the device for the network interface attachment.
deviceIndex
- The index of the device for the network interface attachment.AttachNetworkInterfaceRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.AttachNetworkInterfaceRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.