@Stability(value=Stable) public static final class CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRoute.GrpcRouteMetadataMatchMethodProperty>
CfnRoute.GrpcRouteMetadataMatchMethodProperty
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder exact(String exact)
CfnRoute.GrpcRouteMetadataMatchMethodProperty.getExact()
exact
- The value sent by the client must match the specified value exactly.this
@Stability(value=Stable) public CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder prefix(String prefix)
CfnRoute.GrpcRouteMetadataMatchMethodProperty.getPrefix()
prefix
- The value sent by the client must begin with the specified characters.this
@Stability(value=Stable) public CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder range(CfnRoute.MatchRangeProperty range)
CfnRoute.GrpcRouteMetadataMatchMethodProperty.getRange()
range
- An object that represents the range of values to match on.this
@Stability(value=Stable) public CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder range(IResolvable range)
CfnRoute.GrpcRouteMetadataMatchMethodProperty.getRange()
range
- An object that represents the range of values to match on.this
@Stability(value=Stable) public CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder regex(String regex)
CfnRoute.GrpcRouteMetadataMatchMethodProperty.getRegex()
regex
- The value sent by the client must include the specified characters.this
@Stability(value=Stable) public CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder suffix(String suffix)
CfnRoute.GrpcRouteMetadataMatchMethodProperty.getSuffix()
suffix
- The value sent by the client must end with the specified characters.this
@Stability(value=Stable) public CfnRoute.GrpcRouteMetadataMatchMethodProperty build()
build
in interface software.amazon.jsii.Builder<CfnRoute.GrpcRouteMetadataMatchMethodProperty>
CfnRoute.GrpcRouteMetadataMatchMethodProperty
NullPointerException
- if any required attribute was not providedCopyright © 2022. All rights reserved.