public static interface DescribeNetworkInterfaceAttributeRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeNetworkInterfaceAttributeRequest.Builder,DescribeNetworkInterfaceAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfaceAttributeRequest.Builder |
attribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest.Builder |
attribute(String attribute)
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
DescribeNetworkInterfaceAttributeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigDescribeNetworkInterfaceAttributeRequest.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,
NetworkInterfaceAttributeDescribeNetworkInterfaceAttributeRequest.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,
NetworkInterfaceAttributeDescribeNetworkInterfaceAttributeRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.DescribeNetworkInterfaceAttributeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.