public static interface DescribeProtectionGroupResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<DescribeProtectionGroupResponse.Builder,DescribeProtectionGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeProtectionGroupResponse.Builder |
protectionGroup(Consumer<ProtectionGroup.Builder> protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective.
|
DescribeProtectionGroupResponse.Builder |
protectionGroup(ProtectionGroup protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProtectionGroupResponse.Builder protectionGroup(ProtectionGroup protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
protectionGroup - A grouping of protected resources that you and Shield Advanced can monitor as a collective. This
resource grouping improves the accuracy of detection and reduces false positives.default DescribeProtectionGroupResponse.Builder protectionGroup(Consumer<ProtectionGroup.Builder> protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
This is a convenience method that creates an instance of theProtectionGroup.Builder avoiding the
need to create one manually via ProtectionGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to protectionGroup(ProtectionGroup).
protectionGroup - a consumer that will call methods on ProtectionGroup.BuilderprotectionGroup(ProtectionGroup)Copyright © 2023. All rights reserved.