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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
domain
DnsRequestAction.Builder domain(String domain)
The DNS domain that is associated with the DNS request.
Length Constraints: 128.
- Parameters:
domain- The DNS domain that is associated with the DNS request.Length Constraints: 128.
- 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.
Length Constraints: Minimum length of 1. Maximum length of 64.
- Parameters:
protocol- The protocol that was used for the DNS request.Length Constraints: Minimum length of 1. Maximum length of 64.
- 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.
-
-