public static interface CfnNetworkInsightsAnalysis.AlternatePathHintProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; AlternatePathHintProperty alternatePathHintProperty = AlternatePathHintProperty.builder() .componentArn("componentArn") .componentId("componentId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnNetworkInsightsAnalysis.AlternatePathHintProperty.Builder
A builder for
CfnNetworkInsightsAnalysis.AlternatePathHintProperty |
static class |
CfnNetworkInsightsAnalysis.AlternatePathHintProperty.Jsii$Proxy
An implementation for
CfnNetworkInsightsAnalysis.AlternatePathHintProperty |
Modifier and Type | Method and Description |
---|---|
static CfnNetworkInsightsAnalysis.AlternatePathHintProperty.Builder |
builder() |
default java.lang.String |
getComponentArn()
The Amazon Resource Name (ARN) of the component.
|
default java.lang.String |
getComponentId()
The ID of the component.
|