public static interface DnsRequestAction.Builder extends SdkPojo, CopyableBuilder<DnsRequestAction.Builder,DnsRequestAction>
| Modifier and Type | Method and Description |
|---|---|
DnsRequestAction.Builder |
blocked(Boolean blocked)
Indicates whether the targeted port is blocked.
|
DnsRequestAction.Builder |
domain(String domain)
The domain information for the DNS query.
|
DnsRequestAction.Builder |
protocol(String protocol)
The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnsRequestAction.Builder domain(String domain)
The domain information for the DNS query.
domain - The domain information for the DNS query.DnsRequestAction.Builder protocol(String protocol)
The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
protocol - The network connection protocol observed in the activity that prompted GuardDuty to generate the
finding.DnsRequestAction.Builder blocked(Boolean blocked)
Indicates whether the targeted port is blocked.
blocked - Indicates whether the targeted port is blocked.Copyright © 2023. All rights reserved.