public static interface DescribeNetworkInterfaceAttributeResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfaceAttributeResponse.Builder |
attachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
|
DescribeNetworkInterfaceAttributeResponse.Builder |
description(String description)
The description of the network interface.
|
DescribeNetworkInterfaceAttributeResponse.Builder |
groups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
|
DescribeNetworkInterfaceAttributeResponse.Builder |
groups(GroupIdentifier... groups)
The security groups associated with the network interface.
|
DescribeNetworkInterfaceAttributeResponse.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
DescribeNetworkInterfaceAttributeResponse.Builder |
sourceDestCheck(Boolean sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
copyapply, buildDescribeNetworkInterfaceAttributeResponse.Builder attachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
attachment - The attachment (if any) of the network interface.DescribeNetworkInterfaceAttributeResponse.Builder description(String description)
The description of the network interface.
description - The description of the network interface.DescribeNetworkInterfaceAttributeResponse.Builder groups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
groups - The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResponse.Builder groups(GroupIdentifier... groups)
The security groups associated with the network interface.
groups - The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResponse.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.DescribeNetworkInterfaceAttributeResponse.Builder sourceDestCheck(Boolean sourceDestCheck)
Indicates whether source/destination checking is enabled.
sourceDestCheck - Indicates whether source/destination checking is enabled.Copyright © 2017. All rights reserved.