Class S3OutputConfigurations

    • Method Detail

      • formatAsString

        public final String formatAsString()

        The file format for the data export.

        If the service returns an enum value that is not available in the current SDK version, format will return FormatOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The file format for the data export.
        See Also:
        FormatOption
      • outputTypeAsString

        public final String outputTypeAsString()

        The output type for the data export.

        If the service returns an enum value that is not available in the current SDK version, outputType will return S3OutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from outputTypeAsString().

        Returns:
        The output type for the data export.
        See Also:
        S3OutputType
      • overwrite

        public final OverwriteOption overwrite()

        The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.

        If the service returns an enum value that is not available in the current SDK version, overwrite will return OverwriteOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from overwriteAsString().

        Returns:
        The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
        See Also:
        OverwriteOption
      • overwriteAsString

        public final String overwriteAsString()

        The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.

        If the service returns an enum value that is not available in the current SDK version, overwrite will return OverwriteOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from overwriteAsString().

        Returns:
        The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
        See Also:
        OverwriteOption
      • 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)