Class GetRestApiPlainArgs.Builder

  • Enclosing class:
    GetRestApiPlainArgs

    public static final class GetRestApiPlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • name

        public GetRestApiPlainArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the REST API to look up. If no REST API is found with this name, an error will be returned. If multiple REST APIs are found with this name, an error will be returned.
        Returns:
        builder
      • tags

        public GetRestApiPlainArgs.Builder tags​(@Nullable
                                                java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value map of resource tags.
        Returns:
        builder