Package com.pulumi.aws.appmesh.inputs
Class RouteSpecHttpRouteMatchHeaderArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.appmesh.inputs.RouteSpecHttpRouteMatchHeaderArgs.Builder
-
- Enclosing class:
- RouteSpecHttpRouteMatchHeaderArgs
public static final class RouteSpecHttpRouteMatchHeaderArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RouteSpecHttpRouteMatchHeaderArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteSpecHttpRouteMatchHeaderArgs
build()
RouteSpecHttpRouteMatchHeaderArgs.Builder
invert(com.pulumi.core.Output<java.lang.Boolean> invert)
RouteSpecHttpRouteMatchHeaderArgs.Builder
invert(java.lang.Boolean invert)
RouteSpecHttpRouteMatchHeaderArgs.Builder
match(RouteSpecHttpRouteMatchHeaderMatchArgs match)
RouteSpecHttpRouteMatchHeaderArgs.Builder
match(com.pulumi.core.Output<RouteSpecHttpRouteMatchHeaderMatchArgs> match)
RouteSpecHttpRouteMatchHeaderArgs.Builder
name(com.pulumi.core.Output<java.lang.String> name)
RouteSpecHttpRouteMatchHeaderArgs.Builder
name(java.lang.String name)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RouteSpecHttpRouteMatchHeaderArgs defaults)
-
-
Method Detail
-
invert
public RouteSpecHttpRouteMatchHeaderArgs.Builder invert(@Nullable com.pulumi.core.Output<java.lang.Boolean> invert)
- Parameters:
invert
- If `true`, the match is on the opposite of the `match` method and value. Default is `false`.- Returns:
- builder
-
invert
public RouteSpecHttpRouteMatchHeaderArgs.Builder invert(java.lang.Boolean invert)
- Parameters:
invert
- If `true`, the match is on the opposite of the `match` method and value. Default is `false`.- Returns:
- builder
-
match
public RouteSpecHttpRouteMatchHeaderArgs.Builder match(@Nullable com.pulumi.core.Output<RouteSpecHttpRouteMatchHeaderMatchArgs> match)
- Parameters:
match
- Method and value to match the header value sent with a request. Specify one match method.- Returns:
- builder
-
match
public RouteSpecHttpRouteMatchHeaderArgs.Builder match(RouteSpecHttpRouteMatchHeaderMatchArgs match)
- Parameters:
match
- Method and value to match the header value sent with a request. Specify one match method.- Returns:
- builder
-
name
public RouteSpecHttpRouteMatchHeaderArgs.Builder name(com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- Name for the HTTP header in the client request that will be matched on.- Returns:
- builder
-
name
public RouteSpecHttpRouteMatchHeaderArgs.Builder name(java.lang.String name)
- Parameters:
name
- Name for the HTTP header in the client request that will be matched on.- Returns:
- builder
-
build
public RouteSpecHttpRouteMatchHeaderArgs build()
-
-