CopyableBuilder<CreateByteMatchSetRequest.Builder,CreateByteMatchSetRequest>
, SdkBuilder<CreateByteMatchSetRequest.Builder,CreateByteMatchSetRequest>
public static interface CreateByteMatchSetRequest.Builder extends CopyableBuilder<CreateByteMatchSetRequest.Builder,CreateByteMatchSetRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateByteMatchSetRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
CreateByteMatchSetRequest.Builder |
name(String name) |
A friendly name or description of the ByteMatchSet.
|
copy
apply, build
CreateByteMatchSetRequest.Builder name(String name)
A friendly name or description of the ByteMatchSet. You can't change Name
after you
create a ByteMatchSet
.
name
- A friendly name or description of the ByteMatchSet. You can't change Name
after
you create a ByteMatchSet
.CreateByteMatchSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.