Interface PortProbeAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PortProbeAction.Builder,
,PortProbeAction> SdkBuilder<PortProbeAction.Builder,
,PortProbeAction> SdkPojo
- Enclosing class:
PortProbeAction
public static interface PortProbeAction.Builder
extends SdkPojo, CopyableBuilder<PortProbeAction.Builder,PortProbeAction>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the port probe was blocked.portProbeDetails
(Collection<PortProbeDetail> portProbeDetails) Information about the ports affected by the port probe.portProbeDetails
(Consumer<PortProbeDetail.Builder>... portProbeDetails) Information about the ports affected by the port probe.portProbeDetails
(PortProbeDetail... portProbeDetails) Information about the ports affected by the port probe.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
-
portProbeDetails
Information about the ports affected by the port probe.
- Parameters:
portProbeDetails
- Information about the ports affected by the port probe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portProbeDetails
Information about the ports affected by the port probe.
- Parameters:
portProbeDetails
- Information about the ports affected by the port probe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaPortProbeDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toportProbeDetails(List<PortProbeDetail>)
.- Parameters:
portProbeDetails
- a consumer that will call methods onPortProbeDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blocked
Indicates whether the port probe was blocked.
- Parameters:
blocked
- Indicates whether the port probe was blocked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-