public static interface PortProbeAction.Builder extends SdkPojo, CopyableBuilder<PortProbeAction.Builder,PortProbeAction>
| Modifier and Type | Method and Description |
|---|---|
PortProbeAction.Builder |
blocked(Boolean blocked)
Indicates whether the port probe was blocked.
|
PortProbeAction.Builder |
portProbeDetails(Collection<PortProbeDetail> portProbeDetails)
Information about the ports affected by the port probe.
|
PortProbeAction.Builder |
portProbeDetails(Consumer<PortProbeDetail.Builder>... portProbeDetails)
Information about the ports affected by the port probe.
|
PortProbeAction.Builder |
portProbeDetails(PortProbeDetail... portProbeDetails)
Information about the ports affected by the port probe.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortProbeAction.Builder portProbeDetails(Collection<PortProbeDetail> portProbeDetails)
Information about the ports affected by the port probe.
portProbeDetails - Information about the ports affected by the port probe.PortProbeAction.Builder portProbeDetails(PortProbeDetail... portProbeDetails)
Information about the ports affected by the port probe.
portProbeDetails - Information about the ports affected by the port probe.PortProbeAction.Builder portProbeDetails(Consumer<PortProbeDetail.Builder>... portProbeDetails)
Information about the ports affected by the port probe.
This is a convenience method that creates an instance of thePortProbeDetail.Builder avoiding the need to create
one manually via PortProbeDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #portProbeDetails(List.
portProbeDetails - a consumer that will call methods on
PortProbeDetail.Builder#portProbeDetails(java.util.Collection) PortProbeAction.Builder blocked(Boolean blocked)
Indicates whether the port probe was blocked.
blocked - Indicates whether the port probe was blocked.Copyright © 2023. All rights reserved.