@Stability(value=Stable)
public static interface CfnNetworkInsightsAnalysis.AlternatePathHintProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getComponentArn()
The Amazon Resource Name (ARN) of the component.
|
default String |
getComponentId()
The ID of the component.
|
@Stability(value=Stable) @Nullable default String getComponentArn()
@Stability(value=Stable) @Nullable default String getComponentId()
@Stability(value=Stable) static CfnNetworkInsightsAnalysis.AlternatePathHintProperty.Builder builder()
Copyright © 2022. All rights reserved.