Interface NetworkInterfaceAttachmentChanges.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkInterfaceAttachmentChanges.Builder,
,NetworkInterfaceAttachmentChanges> SdkBuilder<NetworkInterfaceAttachmentChanges.Builder,
,NetworkInterfaceAttachmentChanges> SdkPojo
- Enclosing class:
NetworkInterfaceAttachmentChanges
@Mutable
@NotThreadSafe
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.defaultEnaQueueCount
(Boolean defaultEnaQueueCount) The default number of the ENA queues.deleteOnTermination
(Boolean deleteOnTermination) Indicates whether the network interface is deleted when the instance is terminated.enaQueueCount
(Integer enaQueueCount) The number of ENA queues to be created with the instance.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, sdkFieldNameToField, sdkFields
-
Method Details
-
defaultEnaQueueCount
The default number of the ENA queues.
- Parameters:
defaultEnaQueueCount
- The default number of the ENA queues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enaQueueCount
The number of ENA queues to be created with the instance.
- Parameters:
enaQueueCount
- The number of ENA queues to be created with the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-