@Stability(value=Stable)
public static interface CfnRoute.UriPathRouteInputProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.refactorspaces.*;
UriPathRouteInputProperty uriPathRouteInputProperty = UriPathRouteInputProperty.builder()
.activationState("activationState")
// the properties below are optional
.includeChildPaths(false)
.methods(List.of("methods"))
.sourcePath("sourcePath")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.UriPathRouteInputProperty.Builder
A builder for
CfnRoute.UriPathRouteInputProperty |
static class |
CfnRoute.UriPathRouteInputProperty.Jsii$Proxy
An implementation for
CfnRoute.UriPathRouteInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.UriPathRouteInputProperty.Builder |
builder() |
String |
getActivationState()
`CfnRoute.UriPathRouteInputProperty.ActivationState`.
|
default Object |
getIncludeChildPaths()
`CfnRoute.UriPathRouteInputProperty.IncludeChildPaths`.
|
default List<String> |
getMethods()
`CfnRoute.UriPathRouteInputProperty.Methods`.
|
default String |
getSourcePath()
`CfnRoute.UriPathRouteInputProperty.SourcePath`.
|
@Stability(value=Stable) @NotNull String getActivationState()
@Stability(value=Stable) @Nullable default Object getIncludeChildPaths()
@Stability(value=Stable) @Nullable default List<String> getMethods()
@Stability(value=Stable) @Nullable default String getSourcePath()
@Stability(value=Stable) static CfnRoute.UriPathRouteInputProperty.Builder builder()
Copyright © 2021. All rights reserved.