Class ResourceTransformation.Result

  • Enclosing interface:
    ResourceTransformation

    @ParametersAreNonnullByDefault
    public static class ResourceTransformation.Result
    extends java.lang.Object
    the result that must be returned by a resource transformation callback. It includes new values to use for the "properties" and "options" of the Resource in place of the originally provided values.
    See Also:
    ResourceTransformation.apply(Args)
    • Method Detail

      • args

        public ResourceArgs args()
        Returns:
        the original properties passed to the Resource constructor.
      • options

        public ResourceOptions options()
        Returns:
        the original resource options passed to the Resource constructor.