Interface PipeTargetEventBridgeEventBusParameters.Builder

    • Method Detail

      • detailType

        PipeTargetEventBridgeEventBusParameters.Builder detailType​(String detailType)

        A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

        Parameters:
        detailType - A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointId

        PipeTargetEventBridgeEventBusParameters.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.

        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        PipeTargetEventBridgeEventBusParameters.Builder resources​(Collection<String> resources)

        Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

        Parameters:
        resources - Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        PipeTargetEventBridgeEventBusParameters.Builder resources​(String... resources)

        Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

        Parameters:
        resources - Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
        Returns:
        Returns a reference to this object so that method calls can be chained together.