CopyableBuilder<DescribeNetworkInterfaceAttributeRequest.Builder,DescribeNetworkInterfaceAttributeRequest>
, SdkBuilder<DescribeNetworkInterfaceAttributeRequest.Builder,DescribeNetworkInterfaceAttributeRequest>
public static interface DescribeNetworkInterfaceAttributeRequest.Builder extends CopyableBuilder<DescribeNetworkInterfaceAttributeRequest.Builder,DescribeNetworkInterfaceAttributeRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeNetworkInterfaceAttributeRequest.Builder |
attribute(String attribute) |
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest.Builder |
attribute(NetworkInterfaceAttribute attribute) |
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest.Builder |
networkInterfaceId(String networkInterfaceId) |
The ID of the network interface.
|
copy
apply, build
DescribeNetworkInterfaceAttributeRequest.Builder attribute(String attribute)
The attribute of the network interface. This parameter is required.
attribute
- The attribute of the network interface. This parameter is required.NetworkInterfaceAttribute
DescribeNetworkInterfaceAttributeRequest.Builder attribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface. This parameter is required.
attribute
- The attribute of the network interface. This parameter is required.NetworkInterfaceAttribute
DescribeNetworkInterfaceAttributeRequest.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.