Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkInsightsPath.Builder
Packages that use NetworkInsightsPath.Builder
-
Uses of NetworkInsightsPath.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInsightsPath.BuilderModifier and TypeMethodDescriptionstatic NetworkInsightsPath.BuilderNetworkInsightsPath.builder()NetworkInsightsPath.Builder.createdDate(Instant createdDate) The time stamp when the path was created.NetworkInsightsPath.Builder.destination(String destination) The ID of the destination.NetworkInsightsPath.Builder.destinationArn(String destinationArn) The Amazon Resource Name (ARN) of the destination.NetworkInsightsPath.Builder.destinationIp(String destinationIp) The IP address of the destination.NetworkInsightsPath.Builder.destinationPort(Integer destinationPort) The destination port.default NetworkInsightsPath.BuilderNetworkInsightsPath.Builder.filterAtDestination(Consumer<PathFilter.Builder> filterAtDestination) Scopes the analysis to network paths that match specific filters at the destination.NetworkInsightsPath.Builder.filterAtDestination(PathFilter filterAtDestination) Scopes the analysis to network paths that match specific filters at the destination.default NetworkInsightsPath.BuilderNetworkInsightsPath.Builder.filterAtSource(Consumer<PathFilter.Builder> filterAtSource) Scopes the analysis to network paths that match specific filters at the source.NetworkInsightsPath.Builder.filterAtSource(PathFilter filterAtSource) Scopes the analysis to network paths that match specific filters at the source.NetworkInsightsPath.Builder.networkInsightsPathArn(String networkInsightsPathArn) The Amazon Resource Name (ARN) of the path.NetworkInsightsPath.Builder.networkInsightsPathId(String networkInsightsPathId) The ID of the path.The protocol.The protocol.The ID of the source.The Amazon Resource Name (ARN) of the source.The IP address of the source.NetworkInsightsPath.Builder.tags(Collection<Tag> tags) The tags associated with the path.NetworkInsightsPath.Builder.tags(Consumer<Tag.Builder>... tags) The tags associated with the path.The tags associated with the path.NetworkInsightsPath.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInsightsPath.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkInsightsPath.Builder>NetworkInsightsPath.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInsightsPath.BuilderModifier and TypeMethodDescriptionCreateNetworkInsightsPathResponse.Builder.networkInsightsPath(Consumer<NetworkInsightsPath.Builder> networkInsightsPath) Information about the path.