public static interface CreateByteMatchSetResponse.Builder extends WafResponse.Builder, CopyableBuilder<CreateByteMatchSetResponse.Builder,CreateByteMatchSetResponse>
Modifier and Type | Method and Description |
---|---|
CreateByteMatchSetResponse.Builder |
byteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no
ByteMatchTuple objects. |
default CreateByteMatchSetResponse.Builder |
byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)
A ByteMatchSet that contains no
ByteMatchTuple objects. |
CreateByteMatchSetResponse.Builder |
changeToken(String changeToken)
The
ChangeToken that you used to submit the CreateByteMatchSet request. |
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateByteMatchSetResponse.Builder byteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no ByteMatchTuple
objects.
byteMatchSet
- A ByteMatchSet that contains no ByteMatchTuple
objects.default CreateByteMatchSetResponse.Builder byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)
A ByteMatchSet that contains no ByteMatchTuple
objects.
ByteMatchSet.Builder
avoiding the need to
create one manually via ByteMatchSet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to byteMatchSet(ByteMatchSet)
.byteMatchSet
- a consumer that will call methods on ByteMatchSet.Builder
byteMatchSet(ByteMatchSet)
CreateByteMatchSetResponse.Builder changeToken(String changeToken)
The ChangeToken
that you used to submit the CreateByteMatchSet
request. You can
also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.
changeToken
- The ChangeToken
that you used to submit the CreateByteMatchSet
request. You
can also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.