Interface ByteMatchSetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>,SdkBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>,SdkPojo
- Enclosing class:
- ByteMatchSetSummary
public static interface ByteMatchSetSummary.Builder extends SdkPojo, CopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteMatchSetSummary.BuilderbyteMatchSetId(String byteMatchSetId)TheByteMatchSetIdfor aByteMatchSet.ByteMatchSetSummary.Buildername(String name)A friendly name or description of the ByteMatchSet.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
byteMatchSetId
ByteMatchSetSummary.Builder byteMatchSetId(String byteMatchSetId)
The
ByteMatchSetIdfor aByteMatchSet. You useByteMatchSetIdto get information about aByteMatchSet, update aByteMatchSet, remove aByteMatchSetfrom aRule, and delete aByteMatchSetfrom AWS WAF.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.- Parameters:
byteMatchSetId- TheByteMatchSetIdfor aByteMatchSet. You useByteMatchSetIdto get information about aByteMatchSet, update aByteMatchSet, remove aByteMatchSetfrom aRule, and delete aByteMatchSetfrom AWS WAF.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ByteMatchSetSummary.Builder name(String name)
A friendly name or description of the ByteMatchSet. You can't change
Nameafter you create aByteMatchSet.- Parameters:
name- A friendly name or description of the ByteMatchSet. You can't changeNameafter you create aByteMatchSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-