Interface DnsRequestAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DnsRequestAction.Builder,DnsRequestAction>,SdkBuilder<DnsRequestAction.Builder,DnsRequestAction>,SdkPojo
- Enclosing class:
- DnsRequestAction
public static interface DnsRequestAction.Builder extends SdkPojo, CopyableBuilder<DnsRequestAction.Builder,DnsRequestAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRequestAction.Builderblocked(Boolean blocked)Indicates whether the DNS request was blocked.DnsRequestAction.Builderdomain(String domain)The DNS domain that is associated with the DNS request.DnsRequestAction.Builderprotocol(String protocol)The protocol that was used for the DNS request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domain
DnsRequestAction.Builder domain(String domain)
The DNS domain that is associated with the DNS request.
- Parameters:
domain- The DNS domain that is associated with the DNS request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
DnsRequestAction.Builder protocol(String protocol)
The protocol that was used for the DNS request.
- Parameters:
protocol- The protocol that was used for the DNS request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blocked
DnsRequestAction.Builder blocked(Boolean blocked)
Indicates whether the DNS request was blocked.
- Parameters:
blocked- Indicates whether the DNS request was blocked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-