Interface ByteMatchSetSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ByteMatchSetSummary.Builder,,- ByteMatchSetSummary> - SdkBuilder<ByteMatchSetSummary.Builder,,- ByteMatchSetSummary> - SdkPojo
- Enclosing class:
- ByteMatchSetSummary
@Mutable
@NotThreadSafe
public static interface ByteMatchSetSummary.Builder
extends SdkPojo, CopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionbyteMatchSetId(String byteMatchSetId) TheByteMatchSetIdfor aByteMatchSet.A friendly name or description of the ByteMatchSet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
byteMatchSetIdThe 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- The- ByteMatchSetIdfor a- ByteMatchSet. You use- ByteMatchSetIdto get information about a- ByteMatchSet, update a- ByteMatchSet, remove a- ByteMatchSetfrom a- Rule, and delete a- ByteMatchSetfrom AWS WAF.- ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameA 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 change- Nameafter you create a- ByteMatchSet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-