Class ExportSpecification

    • Method Detail

      • s3ExportSpecification

        public final S3ExportSpecification s3ExportSpecification()

        This specifies the destination Amazon S3 bucket for the export job. And, if included, it also specifies the destination prefix.

        Returns:
        This specifies the destination Amazon S3 bucket for the export job. And, if included, it also specifies the destination prefix.
      • 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)
      • fromS3ExportSpecification

        public static ExportSpecification fromS3ExportSpecification​(S3ExportSpecification s3ExportSpecification)
        Create an instance of this class with s3ExportSpecification() initialized to the given value.

        This specifies the destination Amazon S3 bucket for the export job. And, if included, it also specifies the destination prefix.

        Parameters:
        s3ExportSpecification - This specifies the destination Amazon S3 bucket for the export job. And, if included, it also specifies the destination prefix.
      • fromS3ExportSpecification

        public static ExportSpecification fromS3ExportSpecification​(Consumer<S3ExportSpecification.Builder> s3ExportSpecification)
        Create an instance of this class with s3ExportSpecification() initialized to the given value.

        This specifies the destination Amazon S3 bucket for the export job. And, if included, it also specifies the destination prefix.

        Parameters:
        s3ExportSpecification - This specifies the destination Amazon S3 bucket for the export job. And, if included, it also specifies the destination prefix.