Interface NetworkInterfaceAttachmentChanges.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkInterfaceAttachmentChanges.Builder,
,NetworkInterfaceAttachmentChanges> SdkBuilder<NetworkInterfaceAttachmentChanges.Builder,
,NetworkInterfaceAttachmentChanges> SdkPojo
- Enclosing class:
NetworkInterfaceAttachmentChanges
public static interface NetworkInterfaceAttachmentChanges.Builder
extends SdkPojo, CopyableBuilder<NetworkInterfaceAttachmentChanges.Builder,NetworkInterfaceAttachmentChanges>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId
(String attachmentId) The ID of the network interface attachment.deleteOnTermination
(Boolean deleteOnTermination) Indicates whether the network interface is deleted when the instance is terminated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
attachmentId
The ID of the network interface attachment.
- Parameters:
attachmentId
- The ID of the network interface attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteOnTermination
Indicates whether the network interface is deleted when the instance is terminated.
- Parameters:
deleteOnTermination
- Indicates whether the network interface is deleted when the instance is terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-