Class SourceApplicationInfo.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • workspaceId

        public SourceApplicationInfo.Builder workspaceId​(String workspaceId)
        The OCID of the workspace containing the application.

        This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.

        Parameters:
        workspaceId - the value to set
        Returns:
        this builder
      • applicationKey

        public SourceApplicationInfo.Builder applicationKey​(String applicationKey)
        The source application key to use when creating the application.
        Parameters:
        applicationKey - the value to set
        Returns:
        this builder
      • applicationVersion

        public SourceApplicationInfo.Builder applicationVersion​(String applicationVersion)
        The source application version of the application.
        Parameters:
        applicationVersion - the value to set
        Returns:
        this builder
      • lastPatchKey

        public SourceApplicationInfo.Builder lastPatchKey​(String lastPatchKey)
        The last patch key for the application.
        Parameters:
        lastPatchKey - the value to set
        Returns:
        this builder