Class UpdatePipeRequest

    • Method Detail

      • description

        public final String description()

        A description of the pipe.

        Returns:
        A description of the pipe.
      • enrichment

        public final String enrichment()

        The ARN of the enrichment resource.

        Returns:
        The ARN of the enrichment resource.
      • enrichmentParameters

        public final PipeEnrichmentParameters enrichmentParameters()

        The parameters required to set up enrichment on your pipe.

        Returns:
        The parameters required to set up enrichment on your pipe.
      • logConfiguration

        public final PipeLogConfigurationParameters logConfiguration()

        The logging configuration settings for the pipe.

        Returns:
        The logging configuration settings for the pipe.
      • name

        public final String name()

        The name of the pipe.

        Returns:
        The name of the pipe.
      • roleArn

        public final String roleArn()

        The ARN of the role that allows the pipe to send data to the target.

        Returns:
        The ARN of the role that allows the pipe to send data to the target.
      • sourceParameters

        public final UpdatePipeSourceParameters sourceParameters()

        The parameters required to set up a source for your pipe.

        Returns:
        The parameters required to set up a source for your pipe.
      • target

        public final String target()

        The ARN of the target resource.

        Returns:
        The ARN of the target resource.
      • targetParameters

        public final PipeTargetParameters targetParameters()

        The parameters required to set up a target for your pipe.

        For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.

        Returns:
        The parameters required to set up a target for your pipe.

        For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object