public static final class CfnRoute.GrpcRouteMetadataProperty.Builder
extends java.lang.Object
CfnRoute.GrpcRouteMetadataProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRoute.GrpcRouteMetadataProperty |
build()
Builds the configured instance.
|
CfnRoute.GrpcRouteMetadataProperty.Builder |
invert(java.lang.Boolean invert)
Sets the value of
CfnRoute.GrpcRouteMetadataProperty.getInvert() |
CfnRoute.GrpcRouteMetadataProperty.Builder |
invert(IResolvable invert)
Sets the value of
CfnRoute.GrpcRouteMetadataProperty.getInvert() |
CfnRoute.GrpcRouteMetadataProperty.Builder |
match(CfnRoute.GrpcRouteMetadataMatchMethodProperty match)
Sets the value of
CfnRoute.GrpcRouteMetadataProperty.getMatch() |
CfnRoute.GrpcRouteMetadataProperty.Builder |
match(IResolvable match)
Sets the value of
CfnRoute.GrpcRouteMetadataProperty.getMatch() |
CfnRoute.GrpcRouteMetadataProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnRoute.GrpcRouteMetadataProperty.getName() |
public CfnRoute.GrpcRouteMetadataProperty.Builder name(java.lang.String name)
CfnRoute.GrpcRouteMetadataProperty.getName()
name
- The name of the route. This parameter is required.this
public CfnRoute.GrpcRouteMetadataProperty.Builder invert(java.lang.Boolean invert)
CfnRoute.GrpcRouteMetadataProperty.getInvert()
invert
- Specify `True` to match anything except the match criteria.
The default value is False
.this
public CfnRoute.GrpcRouteMetadataProperty.Builder invert(IResolvable invert)
CfnRoute.GrpcRouteMetadataProperty.getInvert()
invert
- Specify `True` to match anything except the match criteria.
The default value is False
.this
public CfnRoute.GrpcRouteMetadataProperty.Builder match(IResolvable match)
CfnRoute.GrpcRouteMetadataProperty.getMatch()
match
- An object that represents the data to match from the request.this
public CfnRoute.GrpcRouteMetadataProperty.Builder match(CfnRoute.GrpcRouteMetadataMatchMethodProperty match)
CfnRoute.GrpcRouteMetadataProperty.getMatch()
match
- An object that represents the data to match from the request.this
public CfnRoute.GrpcRouteMetadataProperty build()
CfnRoute.GrpcRouteMetadataProperty
java.lang.NullPointerException
- if any required attribute was not provided