public static interface CreateRegexPatternSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<CreateRegexPatternSetResponse.Builder,CreateRegexPatternSetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateRegexPatternSetResponse.Builder |
changeToken(String changeToken)
The
ChangeToken that you used to submit the CreateRegexPatternSet request. |
default CreateRegexPatternSetResponse.Builder |
regexPatternSet(Consumer<RegexPatternSet.Builder> regexPatternSet)
A RegexPatternSet that contains no objects.
|
CreateRegexPatternSetResponse.Builder |
regexPatternSet(RegexPatternSet regexPatternSet)
A RegexPatternSet that contains no objects.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateRegexPatternSetResponse.Builder regexPatternSet(RegexPatternSet regexPatternSet)
A RegexPatternSet that contains no objects.
regexPatternSet - A RegexPatternSet that contains no objects.default CreateRegexPatternSetResponse.Builder regexPatternSet(Consumer<RegexPatternSet.Builder> regexPatternSet)
A RegexPatternSet that contains no objects.
This is a convenience that creates an instance of theRegexPatternSet.Builder avoiding the need to
create one manually via RegexPatternSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to regexPatternSet(RegexPatternSet).regexPatternSet - a consumer that will call methods on RegexPatternSet.BuilderregexPatternSet(RegexPatternSet)CreateRegexPatternSetResponse.Builder changeToken(String changeToken)
The ChangeToken that you used to submit the CreateRegexPatternSet 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 CreateRegexPatternSet 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.