Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.alternatePathHints(AlternatePathHint... alternatePathHints)
Potential intermediate components.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.alternatePathHints(Collection<AlternatePathHint> alternatePathHints)
Potential intermediate components.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.alternatePathHints(Consumer<AlternatePathHint.Builder>... alternatePathHints)
Potential intermediate components.
|
static NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.builder() |
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.explanations(Collection<Explanation> explanations)
The explanations.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.explanations(Consumer<Explanation.Builder>... explanations)
The explanations.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.explanations(Explanation... explanations)
The explanations.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.filterInArns(Collection<String> filterInArns)
The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.filterInArns(String... filterInArns)
The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.forwardPathComponents(Collection<PathComponent> forwardPathComponents)
The components in the path from source to destination.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.forwardPathComponents(Consumer<PathComponent.Builder>... forwardPathComponents)
The components in the path from source to destination.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.forwardPathComponents(PathComponent... forwardPathComponents)
The components in the path from source to destination.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.networkInsightsAnalysisArn(String networkInsightsAnalysisArn)
The Amazon Resource Name (ARN) of the network insights analysis.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.networkInsightsAnalysisId(String networkInsightsAnalysisId)
The ID of the network insights analysis.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.networkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.networkPathFound(Boolean networkPathFound)
Indicates whether the destination is reachable from the source.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.returnPathComponents(Collection<PathComponent> returnPathComponents)
The components in the path from destination to source.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.returnPathComponents(Consumer<PathComponent.Builder>... returnPathComponents)
The components in the path from destination to source.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.returnPathComponents(PathComponent... returnPathComponents)
The components in the path from destination to source.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.startDate(Instant startDate)
The time the analysis started.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.status(AnalysisStatus status)
The status of the network insights analysis.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.status(String status)
The status of the network insights analysis.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.statusMessage(String statusMessage)
The status message, if the status is
failed . |
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.tags(Collection<Tag> tags)
The tags.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.tags(Consumer<Tag.Builder>... tags)
The tags.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.tags(Tag... tags)
The tags.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.toBuilder() |
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.warningMessage(String warningMessage)
The warning message.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends NetworkInsightsAnalysis.Builder> |
NetworkInsightsAnalysis.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default StartNetworkInsightsAnalysisResponse.Builder |
StartNetworkInsightsAnalysisResponse.Builder.networkInsightsAnalysis(Consumer<NetworkInsightsAnalysis.Builder> networkInsightsAnalysis)
Information about the network insights analysis.
|
Copyright © 2022. All rights reserved.