CopyableBuilder<CreateXssMatchSetRequest.Builder,CreateXssMatchSetRequest>
, SdkBuilder<CreateXssMatchSetRequest.Builder,CreateXssMatchSetRequest>
public static interface CreateXssMatchSetRequest.Builder extends CopyableBuilder<CreateXssMatchSetRequest.Builder,CreateXssMatchSetRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateXssMatchSetRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
CreateXssMatchSetRequest.Builder |
name(String name) |
A friendly name or description for the XssMatchSet that you're creating.
|
copy
apply, build
CreateXssMatchSetRequest.Builder name(String name)
A friendly name or description for the XssMatchSet that you're creating. You can't change
Name
after you create the XssMatchSet
.
name
- A friendly name or description for the XssMatchSet that you're creating. You can't change
Name
after you create the XssMatchSet
.CreateXssMatchSetRequest.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.