CopyableBuilder<CreateByteMatchSetResponse.Builder,CreateByteMatchSetResponse>
, SdkBuilder<CreateByteMatchSetResponse.Builder,CreateByteMatchSetResponse>
public static interface CreateByteMatchSetResponse.Builder extends CopyableBuilder<CreateByteMatchSetResponse.Builder,CreateByteMatchSetResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateByteMatchSetResponse.Builder |
byteMatchSet(ByteMatchSet byteMatchSet) |
A ByteMatchSet that contains no
ByteMatchTuple objects. |
CreateByteMatchSetResponse.Builder |
changeToken(String changeToken) |
The
ChangeToken that you used to submit the CreateByteMatchSet request. |
copy
apply, build
CreateByteMatchSetResponse.Builder byteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no ByteMatchTuple
objects.
byteMatchSet
- A ByteMatchSet that contains no ByteMatchTuple
objects.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.