Class Export

    • Method Detail

      • dataQuery

        public final DataQuery dataQuery()

        The data query for this specific data export.

        Returns:
        The data query for this specific data export.
      • description

        public final String description()

        The description for this specific data export.

        Returns:
        The description for this specific data export.
      • destinationConfigurations

        public final DestinationConfigurations destinationConfigurations()

        The destination configuration for this specific data export.

        Returns:
        The destination configuration for this specific data export.
      • exportArn

        public final String exportArn()

        The Amazon Resource Name (ARN) for this export.

        Returns:
        The Amazon Resource Name (ARN) for this export.
      • name

        public final String name()

        The name of this specific data export.

        Returns:
        The name of this specific data export.
      • refreshCadence

        public final RefreshCadence refreshCadence()

        The cadence for Amazon Web Services to update the export in your S3 bucket.

        Returns:
        The cadence for Amazon Web Services to update the export in your S3 bucket.
      • serializableBuilderClass

        public static Class<? extends Export.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)