CopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>, SdkBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>public static interface DescribeNetworkInterfaceAttributeResponse.Builder extends CopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>
| Modifier and Type | Method | 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.
NOTE: This method appends the values to the existing list (if any). Use
#setGroups(java.util.Collection) or #withGroups(java.util.Collection) if you want to override
the existing values.
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 Amazon Web Services, Inc. All Rights Reserved.