Class CreatePipeRequest

    • 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.
      • source

        public final String source()

        The ARN of the source resource.

        Returns:
        The ARN of the source resource.
      • sourceParameters

        public final PipeSourceParameters sourceParameters()

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

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

        public final boolean hasTags()
        For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • tags

        public final Map<String,​String> tags()

        The list of key-value pairs to associate with the pipe.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags() method.

        Returns:
        The list of key-value pairs to associate with the 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