public static interface PortProbeAction.Builder extends SdkPojo, CopyableBuilder<PortProbeAction.Builder,PortProbeAction>
| Modifier and Type | Method and Description |
|---|---|
PortProbeAction.Builder |
blocked(Boolean blocked)
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
|
PortProbeAction.Builder |
portProbeDetails(Collection<PortProbeDetail> portProbeDetails)
A list of objects related to port probe details.
|
PortProbeAction.Builder |
portProbeDetails(Consumer<PortProbeDetail.Builder>... portProbeDetails)
A list of objects related to port probe details.
|
PortProbeAction.Builder |
portProbeDetails(PortProbeDetail... portProbeDetails)
A list of objects related to port probe details.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortProbeAction.Builder blocked(Boolean blocked)
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
blocked - Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.PortProbeAction.Builder portProbeDetails(Collection<PortProbeDetail> portProbeDetails)
A list of objects related to port probe details.
portProbeDetails - A list of objects related to port probe details.PortProbeAction.Builder portProbeDetails(PortProbeDetail... portProbeDetails)
A list of objects related to port probe details.
portProbeDetails - A list of objects related to port probe details.PortProbeAction.Builder portProbeDetails(Consumer<PortProbeDetail.Builder>... portProbeDetails)
A list of objects related to port probe details.
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) Copyright © 2023. All rights reserved.