Interface OutputResolutionStackInput.Builder

    • Method Detail

      • predefined

        OutputResolutionStackInput.Builder predefined​(String predefined)

        A string value representing Predefined Output Resolution for a stacking operation. Allowed values are HIGHEST, LOWEST, and AVERAGE.

        Parameters:
        predefined - A string value representing Predefined Output Resolution for a stacking operation. Allowed values are HIGHEST, LOWEST, and AVERAGE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PredefinedResolution, PredefinedResolution
      • predefined

        OutputResolutionStackInput.Builder predefined​(PredefinedResolution predefined)

        A string value representing Predefined Output Resolution for a stacking operation. Allowed values are HIGHEST, LOWEST, and AVERAGE.

        Parameters:
        predefined - A string value representing Predefined Output Resolution for a stacking operation. Allowed values are HIGHEST, LOWEST, and AVERAGE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PredefinedResolution, PredefinedResolution
      • userDefined

        OutputResolutionStackInput.Builder userDefined​(UserDefined userDefined)

        The structure representing User Output Resolution for a Stacking operation defined as a value and unit.

        Parameters:
        userDefined - The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.