public static interface PortProbeDetail.Builder extends SdkPojo, CopyableBuilder<PortProbeDetail.Builder,PortProbeDetail>
Modifier and Type | Method and Description |
---|---|
default PortProbeDetail.Builder |
localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)
Local port information of the connection.
|
PortProbeDetail.Builder |
localPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
|
default PortProbeDetail.Builder |
remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)
Remote IP information of the connection.
|
PortProbeDetail.Builder |
remoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
copy
applyMutation, build
PortProbeDetail.Builder localPortDetails(LocalPortDetails localPortDetails)
localPortDetails
- Local port information of the connection.default PortProbeDetail.Builder localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)
LocalPortDetails.Builder
avoiding the need to create one manually via
LocalPortDetails.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to localPortDetails(LocalPortDetails)
.localPortDetails
- a consumer that will call methods on LocalPortDetails.Builder
localPortDetails(LocalPortDetails)
PortProbeDetail.Builder remoteIpDetails(RemoteIpDetails remoteIpDetails)
remoteIpDetails
- Remote IP information of the connection.default PortProbeDetail.Builder remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)
RemoteIpDetails.Builder
avoiding the need to create one manually via
RemoteIpDetails.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to remoteIpDetails(RemoteIpDetails)
.remoteIpDetails
- a consumer that will call methods on RemoteIpDetails.Builder
remoteIpDetails(RemoteIpDetails)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.