Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkInsightsAnalysis.Builder
Packages that use NetworkInsightsAnalysis.Builder
-
Uses of NetworkInsightsAnalysis.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInsightsAnalysis.BuilderModifier and TypeMethodDescriptionNetworkInsightsAnalysis.Builder.additionalAccounts(String... additionalAccounts) The member accounts that contain resources that the path can traverse.NetworkInsightsAnalysis.Builder.additionalAccounts(Collection<String> additionalAccounts) The member accounts that contain resources that the path can traverse.NetworkInsightsAnalysis.Builder.alternatePathHints(Collection<AlternatePathHint> alternatePathHints) Potential intermediate components.NetworkInsightsAnalysis.Builder.alternatePathHints(Consumer<AlternatePathHint.Builder>... alternatePathHints) Potential intermediate components.NetworkInsightsAnalysis.Builder.alternatePathHints(AlternatePathHint... alternatePathHints) Potential intermediate components.NetworkInsightsAnalysis.builder()NetworkInsightsAnalysis.Builder.explanations(Collection<Explanation> explanations) The explanations.NetworkInsightsAnalysis.Builder.explanations(Consumer<Explanation.Builder>... explanations) The explanations.NetworkInsightsAnalysis.Builder.explanations(Explanation... explanations) The explanations.NetworkInsightsAnalysis.Builder.filterInArns(String... filterInArns) The Amazon Resource Names (ARN) of the resources that the path must traverse.NetworkInsightsAnalysis.Builder.filterInArns(Collection<String> filterInArns) The Amazon Resource Names (ARN) of the resources that the path must traverse.NetworkInsightsAnalysis.Builder.filterOutArns(String... filterOutArns) The Amazon Resource Names (ARN) of the resources that the path must ignore.NetworkInsightsAnalysis.Builder.filterOutArns(Collection<String> filterOutArns) The Amazon Resource Names (ARN) of the resources that the path must ignore.NetworkInsightsAnalysis.Builder.forwardPathComponents(Collection<PathComponent> forwardPathComponents) The components in the path from source to destination.NetworkInsightsAnalysis.Builder.forwardPathComponents(Consumer<PathComponent.Builder>... forwardPathComponents) The components in the path from source to destination.NetworkInsightsAnalysis.Builder.forwardPathComponents(PathComponent... forwardPathComponents) The components in the path from source to destination.NetworkInsightsAnalysis.Builder.networkInsightsAnalysisArn(String networkInsightsAnalysisArn) The Amazon Resource Name (ARN) of the network insights analysis.NetworkInsightsAnalysis.Builder.networkInsightsAnalysisId(String networkInsightsAnalysisId) The ID of the network insights analysis.NetworkInsightsAnalysis.Builder.networkInsightsPathId(String networkInsightsPathId) The ID of the path.NetworkInsightsAnalysis.Builder.networkPathFound(Boolean networkPathFound) Indicates whether the destination is reachable from the source.NetworkInsightsAnalysis.Builder.returnPathComponents(Collection<PathComponent> returnPathComponents) The components in the path from destination to source.NetworkInsightsAnalysis.Builder.returnPathComponents(Consumer<PathComponent.Builder>... returnPathComponents) The components in the path from destination to source.NetworkInsightsAnalysis.Builder.returnPathComponents(PathComponent... returnPathComponents) The components in the path from destination to source.The time the analysis started.The status of the network insights analysis.NetworkInsightsAnalysis.Builder.status(AnalysisStatus status) The status of the network insights analysis.NetworkInsightsAnalysis.Builder.statusMessage(String statusMessage) The status message, if the status isfailed.NetworkInsightsAnalysis.Builder.suggestedAccounts(String... suggestedAccounts) Potential intermediate accounts.NetworkInsightsAnalysis.Builder.suggestedAccounts(Collection<String> suggestedAccounts) Potential intermediate accounts.NetworkInsightsAnalysis.Builder.tags(Collection<Tag> tags) The tags.NetworkInsightsAnalysis.Builder.tags(Consumer<Tag.Builder>... tags) The tags.The tags.NetworkInsightsAnalysis.toBuilder()NetworkInsightsAnalysis.Builder.warningMessage(String warningMessage) The warning message.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInsightsAnalysis.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkInsightsAnalysis.Builder>NetworkInsightsAnalysis.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInsightsAnalysis.BuilderModifier and TypeMethodDescriptionStartNetworkInsightsAnalysisResponse.Builder.networkInsightsAnalysis(Consumer<NetworkInsightsAnalysis.Builder> networkInsightsAnalysis) Information about the network insights analysis.