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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #portProbeDetails(List) .portProbeDetails - a consumer that will call methods on List.Builder #portProbeDetails(List) PortProbeAction.Builder blocked(Boolean blocked)
Indicates whether the port probe was blocked.
blocked - Indicates whether the port probe was blocked.Copyright © 2021. All rights reserved.