Interface CreateByteMatchSetResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateByteMatchSetResponse.Builder,,CreateByteMatchSetResponse> SdkBuilder<CreateByteMatchSetResponse.Builder,,CreateByteMatchSetResponse> SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
 CreateByteMatchSetResponse
public static interface CreateByteMatchSetResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<CreateByteMatchSetResponse.Builder,CreateByteMatchSetResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionbyteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet) A ByteMatchSet that contains noByteMatchTupleobjects.byteMatchSet(ByteMatchSet byteMatchSet) A ByteMatchSet that contains noByteMatchTupleobjects.changeToken(String changeToken) TheChangeTokenthat you used to submit theCreateByteMatchSetrequest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
byteMatchSet
A ByteMatchSet that contains no
ByteMatchTupleobjects.- Parameters:
 byteMatchSet- A ByteMatchSet that contains noByteMatchTupleobjects.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
byteMatchSet
default CreateByteMatchSetResponse.Builder byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet) A ByteMatchSet that contains no
This is a convenience method that creates an instance of theByteMatchTupleobjects.ByteMatchSet.Builderavoiding the need to create one manually viaByteMatchSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobyteMatchSet(ByteMatchSet).- Parameters:
 byteMatchSet- a consumer that will call methods onByteMatchSet.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
changeToken
The
ChangeTokenthat you used to submit theCreateByteMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
 changeToken- TheChangeTokenthat you used to submit theCreateByteMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -