Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateNetworkInsightsPathRequest.Builder
Packages that use CreateNetworkInsightsPathRequest.Builder
Package
Description
-
Uses of CreateNetworkInsightsPathRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateNetworkInsightsPathRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createNetworkInsightsPath(Consumer<CreateNetworkInsightsPathRequest.Builder> createNetworkInsightsPathRequest) Creates a path to analyze for reachability.Ec2Client.createNetworkInsightsPath(Consumer<CreateNetworkInsightsPathRequest.Builder> createNetworkInsightsPathRequest) Creates a path to analyze for reachability. -
Uses of CreateNetworkInsightsPathRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateNetworkInsightsPathRequest.BuilderModifier and TypeMethodDescriptionCreateNetworkInsightsPathRequest.builder()CreateNetworkInsightsPathRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateNetworkInsightsPathRequest.Builder.destination(String destination) The ID or ARN of the destination.CreateNetworkInsightsPathRequest.Builder.destinationIp(String destinationIp) The IP address of the destination.CreateNetworkInsightsPathRequest.Builder.destinationPort(Integer destinationPort) The destination port.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateNetworkInsightsPathRequest.Builder.filterAtDestination(Consumer<PathRequestFilter.Builder> filterAtDestination) Scopes the analysis to network paths that match specific filters at the destination.CreateNetworkInsightsPathRequest.Builder.filterAtDestination(PathRequestFilter filterAtDestination) Scopes the analysis to network paths that match specific filters at the destination.CreateNetworkInsightsPathRequest.Builder.filterAtSource(Consumer<PathRequestFilter.Builder> filterAtSource) Scopes the analysis to network paths that match specific filters at the source.CreateNetworkInsightsPathRequest.Builder.filterAtSource(PathRequestFilter filterAtSource) Scopes the analysis to network paths that match specific filters at the source.CreateNetworkInsightsPathRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateNetworkInsightsPathRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The protocol.The protocol.The ID or ARN of the source.The IP address of the source.CreateNetworkInsightsPathRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to add to the path.CreateNetworkInsightsPathRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to add to the path.CreateNetworkInsightsPathRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to add to the path.CreateNetworkInsightsPathRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateNetworkInsightsPathRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateNetworkInsightsPathRequest.Builder>CreateNetworkInsightsPathRequest.serializableBuilderClass()