Uses of Class
software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachmentProps.Builder
Packages that use CfnNetworkInterfaceAttachmentProps.Builder
-
Uses of CfnNetworkInterfaceAttachmentProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnNetworkInterfaceAttachmentProps.BuilderModifier and TypeMethodDescriptionCfnNetworkInterfaceAttachmentProps.builder()
CfnNetworkInterfaceAttachmentProps.Builder.deleteOnTermination
(Boolean deleteOnTermination) Sets the value ofCfnNetworkInterfaceAttachmentProps.getDeleteOnTermination()
CfnNetworkInterfaceAttachmentProps.Builder.deleteOnTermination
(IResolvable deleteOnTermination) Sets the value ofCfnNetworkInterfaceAttachmentProps.getDeleteOnTermination()
CfnNetworkInterfaceAttachmentProps.Builder.deviceIndex
(String deviceIndex) Sets the value ofCfnNetworkInterfaceAttachmentProps.getDeviceIndex()
CfnNetworkInterfaceAttachmentProps.Builder.instanceId
(String instanceId) Sets the value ofCfnNetworkInterfaceAttachmentProps.getInstanceId()
CfnNetworkInterfaceAttachmentProps.Builder.networkInterfaceId
(String networkInterfaceId) Sets the value ofCfnNetworkInterfaceAttachmentProps.getNetworkInterfaceId()
Constructors in software.amazon.awscdk.services.ec2 with parameters of type CfnNetworkInterfaceAttachmentProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnNetworkInterfaceAttachmentProps.Builder
.