Interface AwsEc2InstanceNetworkInterfacesDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsEc2InstanceNetworkInterfacesDetails.Builder,,AwsEc2InstanceNetworkInterfacesDetails> SdkBuilder<AwsEc2InstanceNetworkInterfacesDetails.Builder,,AwsEc2InstanceNetworkInterfacesDetails> SdkPojo
- Enclosing class:
 AwsEc2InstanceNetworkInterfacesDetails
public static interface AwsEc2InstanceNetworkInterfacesDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEc2InstanceNetworkInterfacesDetails.Builder,AwsEc2InstanceNetworkInterfacesDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionnetworkInterfaceId(String networkInterfaceId) The identifier of the network interface.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
networkInterfaceId
The identifier of the network interface. The details are in a corresponding
AwsEc2NetworkInterfacesDetailsobject.- Parameters:
 networkInterfaceId- The identifier of the network interface. The details are in a correspondingAwsEc2NetworkInterfacesDetailsobject.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -