Interface GetIngressPointResponse.Builder

    • Method Detail

      • aRecord

        GetIngressPointResponse.Builder aRecord​(String aRecord)

        The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.

        Parameters:
        aRecord - The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        GetIngressPointResponse.Builder createdTimestamp​(Instant createdTimestamp)

        The timestamp of when the ingress endpoint was created.

        Parameters:
        createdTimestamp - The timestamp of when the ingress endpoint was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingressPointArn

        GetIngressPointResponse.Builder ingressPointArn​(String ingressPointArn)

        The Amazon Resource Name (ARN) of the ingress endpoint resource.

        Parameters:
        ingressPointArn - The Amazon Resource Name (ARN) of the ingress endpoint resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingressPointAuthConfiguration

        GetIngressPointResponse.Builder ingressPointAuthConfiguration​(IngressPointAuthConfiguration ingressPointAuthConfiguration)

        The authentication configuration of the ingress endpoint resource.

        Parameters:
        ingressPointAuthConfiguration - The authentication configuration of the ingress endpoint resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingressPointId

        GetIngressPointResponse.Builder ingressPointId​(String ingressPointId)

        The identifier of an ingress endpoint resource.

        Parameters:
        ingressPointId - The identifier of an ingress endpoint resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingressPointName

        GetIngressPointResponse.Builder ingressPointName​(String ingressPointName)

        A user friendly name for the ingress endpoint.

        Parameters:
        ingressPointName - A user friendly name for the ingress endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTimestamp

        GetIngressPointResponse.Builder lastUpdatedTimestamp​(Instant lastUpdatedTimestamp)

        The timestamp of when the ingress endpoint was last updated.

        Parameters:
        lastUpdatedTimestamp - The timestamp of when the ingress endpoint was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleSetId

        GetIngressPointResponse.Builder ruleSetId​(String ruleSetId)

        The identifier of a rule set resource associated with the ingress endpoint.

        Parameters:
        ruleSetId - The identifier of a rule set resource associated with the ingress endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trafficPolicyId

        GetIngressPointResponse.Builder trafficPolicyId​(String trafficPolicyId)

        The identifier of the traffic policy resource associated with the ingress endpoint.

        Parameters:
        trafficPolicyId - The identifier of the traffic policy resource associated with the ingress endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.