public static interface AttachmentEnaSrdSpecification.Builder extends SdkPojo, CopyableBuilder<AttachmentEnaSrdSpecification.Builder,AttachmentEnaSrdSpecification>
| Modifier and Type | Method and Description |
|---|---|
AttachmentEnaSrdSpecification.Builder |
enaSrdEnabled(Boolean enaSrdEnabled)
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
|
AttachmentEnaSrdSpecification.Builder |
enaSrdUdpSpecification(AttachmentEnaSrdUdpSpecification enaSrdUdpSpecification)
ENA Express configuration for UDP network traffic.
|
default AttachmentEnaSrdSpecification.Builder |
enaSrdUdpSpecification(Consumer<AttachmentEnaSrdUdpSpecification.Builder> enaSrdUdpSpecification)
ENA Express configuration for UDP network traffic.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachmentEnaSrdSpecification.Builder enaSrdEnabled(Boolean enaSrdEnabled)
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
enaSrdEnabled - Indicates whether ENA Express is enabled for the network interface that's attached to the instance.AttachmentEnaSrdSpecification.Builder enaSrdUdpSpecification(AttachmentEnaSrdUdpSpecification enaSrdUdpSpecification)
ENA Express configuration for UDP network traffic.
enaSrdUdpSpecification - ENA Express configuration for UDP network traffic.default AttachmentEnaSrdSpecification.Builder enaSrdUdpSpecification(Consumer<AttachmentEnaSrdUdpSpecification.Builder> enaSrdUdpSpecification)
ENA Express configuration for UDP network traffic.
This is a convenience method that creates an instance of theAttachmentEnaSrdUdpSpecification.Builder
avoiding the need to create one manually via AttachmentEnaSrdUdpSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to enaSrdUdpSpecification(AttachmentEnaSrdUdpSpecification).
enaSrdUdpSpecification - a consumer that will call methods on AttachmentEnaSrdUdpSpecification.BuilderenaSrdUdpSpecification(AttachmentEnaSrdUdpSpecification)Copyright © 2023. All rights reserved.