@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.570Z") @Stability(value=Stable) public interface RouteAttributes 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.appmesh.*;
VirtualRouter virtualRouter;
RouteAttributes routeAttributes = RouteAttributes.builder()
.routeName("routeName")
.virtualRouter(virtualRouter)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
RouteAttributes.Builder
A builder for
RouteAttributes |
static class |
RouteAttributes.Jsii$Proxy
An implementation for
RouteAttributes |
| Modifier and Type | Method and Description |
|---|---|
static RouteAttributes.Builder |
builder() |
String |
getRouteName()
The name of the Route.
|
IVirtualRouter |
getVirtualRouter()
The VirtualRouter the Route belongs to.
|
@Stability(value=Stable) @NotNull String getRouteName()
@Stability(value=Stable) @NotNull IVirtualRouter getVirtualRouter()
@Stability(value=Stable) static RouteAttributes.Builder builder()
RouteAttributes.Builder of RouteAttributesCopyright © 2022. All rights reserved.