Class FlowLogFormatParameters


  • public final class FlowLogFormatParameters
    extends Object
    Parameters that define the flow log format.
    • Constructor Detail

      • FlowLogFormatParameters

        public FlowLogFormatParameters()
    • Method Detail

      • type

        public FlowLogFormatType type()
        Get the type property: The file type of flow log.
        Returns:
        the type value.
      • withType

        public FlowLogFormatParameters withType​(FlowLogFormatType type)
        Set the type property: The file type of flow log.
        Parameters:
        type - the type value to set.
        Returns:
        the FlowLogFormatParameters object itself.
      • version

        public Integer version()
        Get the version property: The version (revision) of the flow log.
        Returns:
        the version value.
      • withVersion

        public FlowLogFormatParameters withVersion​(Integer version)
        Set the version property: The version (revision) of the flow log.
        Parameters:
        version - the version value to set.
        Returns:
        the FlowLogFormatParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.