public static interface CreateRegexPatternSetResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<CreateRegexPatternSetResponse.Builder,CreateRegexPatternSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateRegexPatternSetResponse.Builder |
summary(Consumer<RegexPatternSetSummary.Builder> summary)
High-level information about a RegexPatternSet, returned by operations like create and list.
|
CreateRegexPatternSetResponse.Builder |
summary(RegexPatternSetSummary summary)
High-level information about a RegexPatternSet, returned by operations like create and list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRegexPatternSetResponse.Builder summary(RegexPatternSetSummary summary)
High-level information about a RegexPatternSet, returned by operations like create and list. This
provides information like the ID, that you can use to retrieve and manage a RegexPatternSet, and
the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a
Rule.
summary - High-level information about a RegexPatternSet, returned by operations like create and list.
This provides information like the ID, that you can use to retrieve and manage a
RegexPatternSet, and the ARN, that you provide to the
RegexPatternSetReferenceStatement to use the pattern set in a Rule.default CreateRegexPatternSetResponse.Builder summary(Consumer<RegexPatternSetSummary.Builder> summary)
High-level information about a RegexPatternSet, returned by operations like create and list. This
provides information like the ID, that you can use to retrieve and manage a RegexPatternSet, and
the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a
Rule.
RegexPatternSetSummary.Builder avoiding
the need to create one manually via RegexPatternSetSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to summary(RegexPatternSetSummary).
summary - a consumer that will call methods on RegexPatternSetSummary.Buildersummary(RegexPatternSetSummary)Copyright © 2023. All rights reserved.