static Metadata.Builder |
Metadata.builder() |
|
Metadata.Builder |
Metadata.Builder.ingressPointId(String ingressPointId) |
The ID of the ingress endpoint through which the email was received.
|
Metadata.Builder |
Metadata.Builder.ruleSetId(String ruleSetId) |
The ID of the rule set that processed the email.
|
Metadata.Builder |
Metadata.Builder.senderHostname(String senderHostname) |
The name of the host from which the email was received.
|
Metadata.Builder |
Metadata.Builder.senderIpAddress(String senderIpAddress) |
The IP address of the host from which the email was received.
|
Metadata.Builder |
Metadata.Builder.timestamp(Instant timestamp) |
The timestamp of when the email was received.
|
Metadata.Builder |
Metadata.Builder.tlsCipherSuite(String tlsCipherSuite) |
The TLS cipher suite used to communicate with the host from which the email was received.
|
Metadata.Builder |
Metadata.Builder.tlsProtocol(String tlsProtocol) |
The TLS protocol used to communicate with the host from which the email was received.
|
Metadata.Builder |
Metadata.toBuilder() |
|
Metadata.Builder |
Metadata.Builder.trafficPolicyId(String trafficPolicyId) |
The ID of the traffic policy that was in effect when the email was received.
|