Class Pipe

    • Method Detail

      • arn

        public final String arn()

        The ARN of the pipe.

        Returns:
        The ARN of the pipe.
      • creationTime

        public final Instant creationTime()

        The time the pipe was created.

        Returns:
        The time the pipe was created.
      • enrichment

        public final String enrichment()

        The ARN of the enrichment resource.

        Returns:
        The ARN of the enrichment resource.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

        Returns:
        When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
      • name

        public final String name()

        The name of the pipe.

        Returns:
        The name of the pipe.
      • source

        public final String source()

        The ARN of the source resource.

        Returns:
        The ARN of the source resource.
      • stateReason

        public final String stateReason()

        The reason the pipe is in its current state.

        Returns:
        The reason the pipe is in its current state.
      • target

        public final String target()

        The ARN of the target resource.

        Returns:
        The ARN of the target resource.
      • serializableBuilderClass

        public static Class<? extends Pipe.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)