Class UptimeCheckConfigContentMatcher.Builder
- java.lang.Object
-
- com.pulumi.gcp.monitoring.outputs.UptimeCheckConfigContentMatcher.Builder
-
- Enclosing class:
- UptimeCheckConfigContentMatcher
public static final class UptimeCheckConfigContentMatcher.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(UptimeCheckConfigContentMatcher defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UptimeCheckConfigContentMatcher
build()
UptimeCheckConfigContentMatcher.Builder
content(java.lang.String content)
UptimeCheckConfigContentMatcher.Builder
jsonPathMatcher(UptimeCheckConfigContentMatcherJsonPathMatcher jsonPathMatcher)
UptimeCheckConfigContentMatcher.Builder
matcher(java.lang.String matcher)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(UptimeCheckConfigContentMatcher defaults)
-
-
Method Detail
-
content
public UptimeCheckConfigContentMatcher.Builder content(java.lang.String content)
-
jsonPathMatcher
public UptimeCheckConfigContentMatcher.Builder jsonPathMatcher(@Nullable UptimeCheckConfigContentMatcherJsonPathMatcher jsonPathMatcher)
-
matcher
public UptimeCheckConfigContentMatcher.Builder matcher(@Nullable java.lang.String matcher)
-
build
public UptimeCheckConfigContentMatcher build()
-
-