Package com.pulumi.aws.waf.outputs
Class ByteMatchSetByteMatchTupleFieldToMatch.Builder
- java.lang.Object
-
- com.pulumi.aws.waf.outputs.ByteMatchSetByteMatchTupleFieldToMatch.Builder
-
- Enclosing class:
- ByteMatchSetByteMatchTupleFieldToMatch
public static final class ByteMatchSetByteMatchTupleFieldToMatch.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ByteMatchSetByteMatchTupleFieldToMatch defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteMatchSetByteMatchTupleFieldToMatch
build()
ByteMatchSetByteMatchTupleFieldToMatch.Builder
data(java.lang.String data)
ByteMatchSetByteMatchTupleFieldToMatch.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ByteMatchSetByteMatchTupleFieldToMatch defaults)
-
-
Method Detail
-
data
public ByteMatchSetByteMatchTupleFieldToMatch.Builder data(@Nullable java.lang.String data)
-
type
public ByteMatchSetByteMatchTupleFieldToMatch.Builder type(java.lang.String type)
-
build
public ByteMatchSetByteMatchTupleFieldToMatch build()
-
-