Interface PutEventsRequest.Builder

    • Method Detail

      • entries

        PutEventsRequest.Builder entries​(Collection<PutEventsRequestEntry> entries)

        The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

        Parameters:
        entries - The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        PutEventsRequest.Builder entries​(PutEventsRequestEntry... entries)

        The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

        Parameters:
        entries - The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointId

        PutEventsRequest.Builder endpointId​(String endpointId)

        The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

        When using Java, you must include auth-crt on the class path.

        Parameters:
        endpointId - The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

        When using Java, you must include auth-crt on the class path.

        Returns:
        Returns a reference to this object so that method calls can be chained together.