public static interface PathFilter.Builder extends SdkPojo, CopyableBuilder<PathFilter.Builder,PathFilter>
| Modifier and Type | Method and Description |
|---|---|
PathFilter.Builder |
destinationAddress(String destinationAddress)
The destination IPv4 address.
|
default PathFilter.Builder |
destinationPortRange(Consumer<FilterPortRange.Builder> destinationPortRange)
The destination port range.
|
PathFilter.Builder |
destinationPortRange(FilterPortRange destinationPortRange)
The destination port range.
|
PathFilter.Builder |
sourceAddress(String sourceAddress)
The source IPv4 address.
|
default PathFilter.Builder |
sourcePortRange(Consumer<FilterPortRange.Builder> sourcePortRange)
The source port range.
|
PathFilter.Builder |
sourcePortRange(FilterPortRange sourcePortRange)
The source port range.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPathFilter.Builder sourceAddress(String sourceAddress)
The source IPv4 address.
sourceAddress - The source IPv4 address.PathFilter.Builder sourcePortRange(FilterPortRange sourcePortRange)
The source port range.
sourcePortRange - The source port range.default PathFilter.Builder sourcePortRange(Consumer<FilterPortRange.Builder> sourcePortRange)
The source port range.
This is a convenience method that creates an instance of theFilterPortRange.Builder avoiding the
need to create one manually via FilterPortRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourcePortRange(FilterPortRange).
sourcePortRange - a consumer that will call methods on FilterPortRange.BuildersourcePortRange(FilterPortRange)PathFilter.Builder destinationAddress(String destinationAddress)
The destination IPv4 address.
destinationAddress - The destination IPv4 address.PathFilter.Builder destinationPortRange(FilterPortRange destinationPortRange)
The destination port range.
destinationPortRange - The destination port range.default PathFilter.Builder destinationPortRange(Consumer<FilterPortRange.Builder> destinationPortRange)
The destination port range.
This is a convenience method that creates an instance of theFilterPortRange.Builder avoiding the
need to create one manually via FilterPortRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destinationPortRange(FilterPortRange).
destinationPortRange - a consumer that will call methods on FilterPortRange.BuilderdestinationPortRange(FilterPortRange)Copyright © 2023. All rights reserved.