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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateByteMatchSetResponse.BuilderbyteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)A ByteMatchSet that contains noByteMatchTupleobjects.CreateByteMatchSetResponse.BuilderbyteMatchSet(ByteMatchSet byteMatchSet)A ByteMatchSet that contains noByteMatchTupleobjects.CreateByteMatchSetResponse.BuilderchangeToken(String changeToken)TheChangeTokenthat you used to submit theCreateByteMatchSetrequest.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
byteMatchSet
CreateByteMatchSetResponse.Builder byteMatchSet(ByteMatchSet 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:
byteMatchSet(ByteMatchSet)
-
changeToken
CreateByteMatchSetResponse.Builder changeToken(String 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.
-
-